diff options
Diffstat (limited to 'tests/example.cc')
| -rw-r--r-- | tests/example.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/example.cc b/tests/example.cc deleted file mode 100644 index dfef2e4..0000000 --- a/tests/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; -} |
