From 76da4988749e10746011ca3cfcfd38de834a3f70 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 28 Jan 2019 16:39:53 -0500 Subject: More changes --- README.md | 3 ++- main.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0d536c..f209b6c 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ A text-based game made in C++ REQUIREMENTS TO COMPILE: -- A C++ compiler (Such as g++) \ No newline at end of file +- A C++ compiler (I recommend MinGW) +- Any Code Editors (Ex: VS Code, Atom, Sublime Text) \ No newline at end of file diff --git a/main.cpp b/main.cpp index 8c00d62..ea77ed1 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,7 @@ #include #include #include +#include int main() { @@ -20,6 +21,6 @@ int main() year = year+1; std::cout << "You are now " << age << " and it's " << year << std::endl; - + system("pause"); return 0; } \ No newline at end of file -- cgit v1.2.3