From ec6fd4eeca3fa468cffb25b472eb349c1fed06aa Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 Feb 2016 08:49:20 +0800 Subject: modify tests script --- tests/console_c++/src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tests/console_c++/src/main.cpp (limited to 'tests/console_c++/src/main.cpp') diff --git a/tests/console_c++/src/main.cpp b/tests/console_c++/src/main.cpp new file mode 100755 index 000000000..db2361659 --- /dev/null +++ b/tests/console_c++/src/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main(int argc, char** argv) +{ + cout << "hello world!" << endl; + return 0; +} -- cgit v1.3.1