Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiril Klein
cpp_introduction
Commits
97a0a4bd
Commit
97a0a4bd
authored
Oct 22, 2019
by
Kevin Höllring
Browse files
Add return statement
parent
e6c53323
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sample_2.cpp
View file @
97a0a4bd
...
...
@@ -66,4 +66,6 @@ int main(int argc, char** arguments) {
// Strings of text
std
::
string
text_contents
=
"Hello world"
;
return
0
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
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