From 700cd52015cd0ddf92ae6e7f88133bc522e56e74 Mon Sep 17 00:00:00 2001 From: ColinNeary <31770440+ColinNeary@users.noreply.github.com> Date: Fri, 27 Oct 2017 08:13:42 -0500 Subject: [PATCH] Update Source1.cpp --- Project1/Project1/Source1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); - } + } }