diff options
Diffstat (limited to 'tests/projects/c++/console_zig_cxx/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/console_zig_cxx/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/c++/console_zig_cxx/src/main.cpp b/tests/projects/c++/console_zig_cxx/src/main.cpp index 7c435d251..55d2f380a 100644 --- a/tests/projects/c++/console_zig_cxx/src/main.cpp +++ b/tests/projects/c++/console_zig_cxx/src/main.cpp @@ -2,8 +2,7 @@ using namespace std; -int main(int argc, char** argv) -{ +int main(int argc, char **argv) { cout << "hello world!" << endl; return 0; } |
