summaryrefslogtreecommitdiff
path: root/tests/console_c++/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/console_c++/src/main.cpp')
-rwxr-xr-xtests/console_c++/src/main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/console_c++/src/main.cpp b/tests/console_c++/src/main.cpp
deleted file mode 100755
index db2361659..000000000
--- a/tests/console_c++/src/main.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <iostream>
-
-using namespace std;
-
-int main(int argc, char** argv)
-{
- cout << "hello world!" << endl;
- return 0;
-}