From 582e0cde357ab68e2e65815abad3994a175bf056 Mon Sep 17 00:00:00 2001 From: omgohmygod Date: Fri, 9 Mar 2018 00:17:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B28=E6=9C=83=E5=99=B4=E9=8C=AF=E7=9A=84?= =?UTF-8?q?=E6=AD=A5=E9=A9=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Git_Practice/Git_Practice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git_Practice/Git_Practice.cpp b/Git_Practice/Git_Practice.cpp index 1fdef94..2a2c05a 100755 --- a/Git_Practice/Git_Practice.cpp +++ b/Git_Practice/Git_Practice.cpp @@ -4,7 +4,6 @@ using namespace System; bool Guess(int number) { - return false; } int main(array^ args) { @@ -12,6 +11,7 @@ int main(array^ args) do { + std::cout << "Choose a number between 1 - 100 :"; std::cin >> guess; } while (!Guess(guess));