summaryrefslogtreecommitdiffstats
path: root/o3d/standalone/standalone.cc
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/standalone/standalone.cc')
-rw-r--r--o3d/standalone/standalone.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/standalone/standalone.cc b/o3d/standalone/standalone.cc
new file mode 100644
index 0000000..2b6fc72
--- /dev/null
+++ b/o3d/standalone/standalone.cc
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+int main(int argc, const char** argv) {
+ printf("Hello World\n");
+}