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