Skip to content
Snippets Groups Projects
Commit 97a0a4bd authored by Kevin Höllring's avatar Kevin Höllring
Browse files

Add return statement

parent e6c53323
Branches
Tags
No related merge requests found
...@@ -66,4 +66,6 @@ int main(int argc, char** arguments) { ...@@ -66,4 +66,6 @@ int main(int argc, char** arguments) {
// Strings of text // Strings of text
std::string text_contents = "Hello world"; std::string text_contents = "Hello world";
return 0;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment