Skip to content

Commit

Permalink
[cpp] Challenge 0 (Unreviewed)
Browse files Browse the repository at this point in the history
  • Loading branch information
dewie102 committed Jan 21, 2017
1 parent d823250 commit f4f640c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions challenge_0/cpp/dewie102/src/HelloWorld.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <iostream>

int main(int argv, char** argc) {
std::cout << "Hello, World!" << std::endl;
return 0;
}

0 comments on commit f4f640c

Please sign in to comment.