From 3aae230f13f52cff5462e5e46afe1a5a728ea35a Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 27 Jan 2019 21:04:01 -0500 Subject: Initial Commit --- main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..95cc365 --- /dev/null +++ b/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello World!" << endl; + system("pause"); + return 0; +} \ No newline at end of file -- cgit v1.2.3