summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/module.binary/project/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-09 19:51:04 +0800
committerruki <[email protected]>2025-11-09 19:51:04 +0800
commit91f6ed08fe32e36d555129efa4afdd82113f0eb4 (patch)
tree2bfee23488c8479c83833677262ee83b9e362cbb /xmake/templates/c++/module.binary/project/src/main.cpp
parentc89c94bf89e98c8e42e786aacc0b334a57474179 (diff)
format tests and templates
Diffstat (limited to 'xmake/templates/c++/module.binary/project/src/main.cpp')
-rw-r--r--xmake/templates/c++/module.binary/project/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/c++/module.binary/project/src/main.cpp b/xmake/templates/c++/module.binary/project/src/main.cpp
index 7c775d288..9b6abffea 100644
--- a/xmake/templates/c++/module.binary/project/src/main.cpp
+++ b/xmake/templates/c++/module.binary/project/src/main.cpp
@@ -1,6 +1,6 @@
#include <iostream>
-int main(int argc, char** argv) {
+int main(int argc, char **argv) {
std::cout << "hello world!" << std::endl;
return 0;
}