Update (#2)
Reviewed-on: #2 Co-authored-by: John Burton <john.burton@jbmail.com> Co-committed-by: John Burton <john.burton@jbmail.com>
This commit was merged in pull request #2.
This commit is contained in:
+6
-2
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user