1 Commits

Author SHA1 Message Date
john d22eec5c97 Testing options
ai/code-review AI review reported findings
hello-world/pipeline/pr-master This commit looks good
2026-05-03 09:51:15 +01:00
+1 -1
View File
@@ -10,6 +10,6 @@ int add_6(int cx) {
} }
int main() { int main() {
std::cout << "Hello, world!" << add_6(5) << get_greeting() << "/n"; std::cout << "Hello, world!" << add_6(5) << std::endl;
return 0; return 0;
} }