aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-01-27 21:04:01 -0500
committerAlee <Alee14498@gmail.com>2019-01-27 21:04:01 -0500
commit3aae230f13f52cff5462e5e46afe1a5a728ea35a (patch)
treebe9f6af8c3ad63d5877547ad3715b03994cd7771 /main.cpp
downloadProject-Xeon-3aae230f13f52cff5462e5e46afe1a5a728ea35a.tar.gz
Project-Xeon-3aae230f13f52cff5462e5e46afe1a5a728ea35a.tar.bz2
Project-Xeon-3aae230f13f52cff5462e5e46afe1a5a728ea35a.zip
Initial Commit
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp10
1 files changed, 10 insertions, 0 deletions
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 <iostream>
+
+using namespace std;
+
+int main()
+{
+ cout << "Hello World!" << endl;
+ system("pause");
+ return 0;
+} \ No newline at end of file