Skip to content

Commit

Permalink
Update hello.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui authored Feb 23, 2021
1 parent f30ea30 commit a7d78ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HelloWorld/hello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ using namespace std;

int main()
{
cout << "Hello World!";return 0;
}
cout << "Hello World!\n";
return 0;
}

0 comments on commit a7d78ce

Please sign in to comment.