diff options
Diffstat (limited to 'tests/c++_console/src')
| -rwxr-xr-x | tests/c++_console/src/main.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/c++_console/src/main.cpp b/tests/c++_console/src/main.cpp deleted file mode 100755 index db2361659..000000000 --- a/tests/c++_console/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; -} |
