summaryrefslogtreecommitdiff
path: root/tests/console_c++/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-19 21:30:30 +0800
committerruki <[email protected]>2017-05-19 21:32:13 +0800
commit03b7d8b955d11895cc15332360eca7b14d6cf58f (patch)
tree4aa9b47aa3f1957a0a4343e7b1c4a8357e7018d5 /tests/console_c++/src/main.cpp
parent58e3bad5859530c8316de4b4b7939169cdd2c492 (diff)
add projects and modules in tests
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;
-}