Skip to content

Commit

Permalink
Merge pull request YearOfProgramming#119 from QQChowey/master
Browse files Browse the repository at this point in the history
challenge_0 in cpp
  • Loading branch information
Remillardj authored Jan 3, 2017
2 parents 5faa443 + 1ea8bca commit fc86583
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions challenge_0/cpp/chowey/main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <iostream>

int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
1 change: 1 addition & 0 deletions challenge_0/cpp/chowey/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Self-Explanatory.

0 comments on commit fc86583

Please sign in to comment.