Skip to content

Commit

Permalink
Follow Stroustrup's advice to avoid endl
Browse files Browse the repository at this point in the history
  • Loading branch information
bkline committed Jun 29, 2021
1 parent 63f7b93 commit a617d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/C++.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

int main()
{
std::cout << "Hello World" << std::endl;
std::cout << "Hello World\n";
}

0 comments on commit a617d6b

Please sign in to comment.