diff options
| author | Alee <Alee14498@gmail.com> | 2019-01-28 16:39:53 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-01-28 16:39:53 -0500 |
| commit | 76da4988749e10746011ca3cfcfd38de834a3f70 (patch) | |
| tree | 3d4d5ebf2f848b3ee0da2a74583e4e7a833a6d58 /main.cpp | |
| parent | 1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614 (diff) | |
| download | Project-Xeon-76da4988749e10746011ca3cfcfd38de834a3f70.tar.gz Project-Xeon-76da4988749e10746011ca3cfcfd38de834a3f70.tar.bz2 Project-Xeon-76da4988749e10746011ca3cfcfd38de834a3f70.zip | |
More changes
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ #include <vector> #include <string> #include <fstream> +#include <stdlib.h> 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 |
