diff --git a/Project1/Project1/Source1.cpp b/Project1/Project1/Source1.cpp index 6848306..28150af 100644 --- a/Project1/Project1/Source1.cpp +++ b/Project1/Project1/Source1.cpp @@ -48,5 +48,5 @@ void main() { cout << " The number " << x << " is neither ascending nor descending \n"; // Pause statement _getch(); - } + } }