Update #2

Merged
john merged 1 commits from pr-1 into master 2026-05-03 09:15:57 +00: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() {