diff options
| author | ruki <[email protected]> | 2018-04-28 00:47:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-27 22:45:56 +0800 |
| commit | 119dd6ff5786ef7a390b98b0558554029113f0dd (patch) | |
| tree | 2fa5d1196a8951c0f8e4ad67c8b443b47280a0ab /tests/projects/console_c++/src/main.cpp | |
| parent | 7d486e88c2b3301449974e0e97168bc0f0fd6c64 (diff) | |
add wdk tests
Diffstat (limited to 'tests/projects/console_c++/src/main.cpp')
| -rw-r--r-- | tests/projects/console_c++/src/main.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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 <iostream> - -using namespace std; - -int main(int argc, char** argv) -{ - cout << "hello world!" << endl; - return 0; -} |
