Skip to content

Commit

Permalink
Formatting in a slightly more idiomatic style
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak authored and leachim6 committed Aug 6, 2010
1 parent e5d8b75 commit 62b8833
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c/c++.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include<iostream>

using namespace std;

int main(){
int main()
{
cout << "Hello World" << endl;
}

0 comments on commit 62b8833

Please sign in to comment.