From c5138822d48c7bda3984cd6948fe3ec38e472ba2 Mon Sep 17 00:00:00 2001 From: omgohmygod Date: Thu, 8 Mar 2018 23:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Git_Practice/Git_Practice.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Git_Practice/Git_Practice.cpp b/Git_Practice/Git_Practice.cpp index 9b850e2..1fdef94 100755 --- a/Git_Practice/Git_Practice.cpp +++ b/Git_Practice/Git_Practice.cpp @@ -4,7 +4,17 @@ using namespace System; bool Guess(int number) { + return false; } int main(array^ args) { + int guess; + + do + { + std::cin >> guess; + } + while (!Guess(guess)); + + return 0; } \ No newline at end of file