diff options
Diffstat (limited to 'o3d/standalone/standalone.cc')
-rw-r--r-- | o3d/standalone/standalone.cc | 5 |
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"); +} |