From 119dd6ff5786ef7a390b98b0558554029113f0dd Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 28 Apr 2018 00:47:39 +0800 Subject: add wdk tests --- tests/projects/console_c++/src/main.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/projects/console_c++/src/main.cpp (limited to 'tests/projects/console_c++/src/main.cpp') diff --git a/tests/projects/console_c++/src/main.cpp b/tests/projects/console_c++/src/main.cpp deleted file mode 100644 index db2361659..000000000 --- a/tests/projects/console_c++/src/main.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include - -using namespace std; - -int main(int argc, char** argv) -{ - cout << "hello world!" << endl; - return 0; -} -- cgit v1.3.1