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.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/example_01/example.cc b/examples/example_01/example.cc
deleted file mode 100644
index aa2d8b0..0000000
--- a/examples/example_01/example.cc
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <string>
-#include <iostream>
-
-int main(int argc, char** argv)
-{
- std::cout << "hello, world!\n";
- return 0;
-}