aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-08-31 18:09:54 +0000
committerJan Tuomi <jans.tuomi@gmail.com>2016-08-31 18:10:15 +0000
commit17605024613f4c9bf0fdf430da2e4fd4e34ff24e (patch)
tree37d964cd301caa7ec55fbe1c5ae5e7d8f6418a0d /main.cpp
parentaaf00e219b1c8b04600d35bccf893bf957229556 (diff)
Add barebones main.cpp
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
new file mode 100644
index 0000000..6007d6b
--- /dev/null
+++ b/main.cpp
@@ -0,0 +1,5 @@
+#include <iostream>
+
+int main(int argc, char** argv) {
+ return 0;
+}