Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Rodrigo Castano
labo-git-algo1
Commits
d46048f9
Commit
d46048f9
authored
6 years ago
by
Rodrigo Castaño
Browse files
Options
Download
Email Patches
Plain Diff
Agrego mensaje preguntando 'que tal?'
parent
ff9f9d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
main.cpp
main.cpp
+4
-0
No files found.
main.cpp
View file @
d46048f9
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment