diff options
| author | ruki <[email protected]> | 2023-10-07 14:11:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-07 14:11:39 +0800 |
| commit | e230939c931a7b8b96da0c21f6c2d11c7fde2226 (patch) | |
| tree | a983683836d9b8dfd3e6e487507ce03f255eb053 /tests/actions/test/src/test_5.cpp | |
| parent | f116670bc4f6fc620134e6489391b3e8bd87d3e4 (diff) | |
improve output
Diffstat (limited to 'tests/actions/test/src/test_5.cpp')
| -rw-r--r-- | tests/actions/test/src/test_5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/test/src/test_5.cpp b/tests/actions/test/src/test_5.cpp index f454e99f3..dad841287 100644 --- a/tests/actions/test/src/test_5.cpp +++ b/tests/actions/test/src/test_5.cpp @@ -5,6 +5,6 @@ using namespace std; int main(int argc, char** argv) { char const* arg = argc > 1? argv[1] : "xmake"; - cout << "hello " << arg << endl; + cout << "hello2 " << arg << endl; return 0; } |
