Compare commits
1 Commits
john-patch-1
...
pr-1
| Author | SHA1 | Date | |
|---|---|---|---|
| d22eec5c97 |
+6
-2
@@ -1,8 +1,12 @@
|
||||
#include <iostream>
|
||||
|
||||
// Add six
|
||||
std::string get_greeting() {
|
||||
return "Hello, world!";
|
||||
}
|
||||
|
||||
// Add the number of things.
|
||||
int add_6(int cx) {
|
||||
return 3 + cx;
|
||||
return 6 + cx;
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user