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));