aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-28 03:09:11 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-03-28 03:09:11 +0100
commiteae3def1f087139b8e646e91fc46e8417d4541b7 (patch)
tree0b15dbca77c4d325c68c7a07c22d508684e6459d /src
downloadArider-eae3def1f087139b8e646e91fc46e8417d4541b7.tar.gz
Arider-eae3def1f087139b8e646e91fc46e8417d4541b7.zip
Adding initial files
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
new file mode 100644
index 0000000..5260233
--- /dev/null
+++ b/src/main.cpp
@@ -0,0 +1,7 @@
+#include <cstdio>
+
+int main(int, char**)
+{
+ printf("Hello World\n");
+ return 0;
+}