summaryrefslogtreecommitdiff
path: root/osx/jantest/LibMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'osx/jantest/LibMain.cpp')
-rw-r--r--osx/jantest/LibMain.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/osx/jantest/LibMain.cpp b/osx/jantest/LibMain.cpp
new file mode 100644
index 000000000000..20a59c3b86ff
--- /dev/null
+++ b/osx/jantest/LibMain.cpp
@@ -0,0 +1,15 @@
+//
+// main.cpp
+// jantest
+//
+// Created by Jan Iversen on 29/01/2017.
+// Copyright © 2017 Jan Iversen. All rights reserved.
+//
+
+#include <iostream>
+
+int main(int argc, const char * argv[]) {
+ // insert code here...
+ std::cout << "Hello, World!\n";
+ return 0;
+}