diff options
Diffstat (limited to 'examples/hello_world/src')
-rw-r--r-- | examples/hello_world/src/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/hello_world/src/main.cpp b/examples/hello_world/src/main.cpp deleted file mode 100644 index 28bab08..0000000 --- a/examples/hello_world/src/main.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include <cstdio> - -int main(int argc, char **argv) -{ - printf("hello, world!\n"); - return 0; -} |