diff options
| author | ruki <[email protected]> | 2022-12-28 23:09:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-28 23:09:17 +0800 |
| commit | a24bcd842bbee7085e73046da762af16e48afcb5 (patch) | |
| tree | 472bd3515a332ed6901b7872de3a3bf6e71f1067 /tests/projects/c++/test(brackets)/src/main.cpp | |
| parent | feab38a66eb37fbef62aee163c948caf9cec2258 (diff) | |
improve os.args
Diffstat (limited to 'tests/projects/c++/test(brackets)/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/test(brackets)/src/main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/projects/c++/test(brackets)/src/main.cpp b/tests/projects/c++/test(brackets)/src/main.cpp new file mode 100644 index 000000000..a20aef120 --- /dev/null +++ b/tests/projects/c++/test(brackets)/src/main.cpp @@ -0,0 +1,10 @@ +#include <iostream> +#include "test.h" + +using namespace std; + +int main(int argc, char** argv) +{ + cout << TEST " " WORD "!" << endl; + return 0; +} |
