Skip to content

Commit

Permalink
Add second output
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashuste committed Oct 16, 2019
1 parent 76d82e8 commit dc46174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helloworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

int main(){
std::cout << "Hello World!" << std::endl;
std::cout << ":)" << std::endl;
return 0;
}

0 comments on commit dc46174

Please sign in to comment.