Skip to content

Commit

Permalink
Merge pull request #21 from uzluisf/master
Browse files Browse the repository at this point in the history
Add C++ Hello World
  • Loading branch information
knightking100 authored Oct 1, 2017
2 parents 4bee058 + 162bec4 commit c50b58c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cpp.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <iostream>

int main(){
std::cout << "Hello World";

return 0;
}

0 comments on commit c50b58c

Please sign in to comment.