summaryrefslogtreecommitdiffhomepage
path: root/examples/example_01/example.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_01/example.cc')
-rw-r--r--examples/example_01/example.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/example_01/example.cc b/examples/example_01/example.cc
deleted file mode 100644
index ae47ce8..0000000
--- a/examples/example_01/example.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <iostream>
-#include <string>
-
-int main(int argc, char** argv) {
- std::cout << "hello, world!\n";
- return 0;
-}