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