Fix the variable typo and add the function call (#109)
This commit is contained in:
@@ -17,6 +17,7 @@ void greet(std::string name) {
|
||||
cout << "Hello, " + name + "!" << endl;
|
||||
greet2(name);
|
||||
cout << "Getting ready to say bye..." << endl;
|
||||
bye();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user