Commit d46048f9 authored by Rodrigo Castaño's avatar Rodrigo Castaño
Browse files

Agrego mensaje preguntando 'que tal?'

parent ff9f9d51
......@@ -6,9 +6,13 @@ void print_message() {
void say_goodbye() {
std::cout << "Baaaaai!" << std::endl;
}
void be_polite() {
std::cout << "How are you doing?" << std::endl;
}
int main() {
print_message();
be_polite();
say_goodbye();
return 0;
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment