1 Commits

Author SHA1 Message Date
john 32346fb92e 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
2026-05-03 10:41:08 +00:00
+1 -1
View File
@@ -10,6 +10,6 @@ int add_6(int cx) {
}
int main() {
std::cout << "Hello, world!" << add_6(5) << std::endl;
std::cout << "Hello, world!" << add_6(5) << get_greeting() << "/n";
return 0;
}