Update src/main.cpp
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ int add_6(int cx) {
|
||||
}
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, world!" << add_6(5) << std::endl;
|
||||
std::cout << "Hello, world!" << add_6(5) << get_greeting() << "/n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user