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
+6 -2
View File
@@ -1,8 +1,12 @@
#include <iostream> #include <iostream>
// Add six std::string get_greeting() {
return "Hello, world!";
}
// Add the number of things.
int add_6(int cx) { int add_6(int cx) {
return 3 + cx; return 6 + cx;
} }
int main() { int main() {