Update src/main.cpp
hello-world/pipeline/head This commit looks good
ai/code-review AI review reported findings
hello-world/pipeline/pr-master This commit looks good

This commit is contained in:
2026-05-03 10:41:08 +00:00
parent 4973316155
commit 32346fb92e
+1 -1
View File
@@ -10,6 +10,6 @@ int add_6(int cx) {
} }
int main() { int main() {
std::cout << "Hello, world!" << add_6(5) << std::endl; std::cout << "Hello, world!" << add_6(5) << get_greeting() << "/n";
return 0; return 0;
} }