Skip to content

Commit

Permalink
Merge pull request #200 from boraikizoglu/patch-6
Browse files Browse the repository at this point in the history
C++ Programlama Dilinde Hello World
  • Loading branch information
BilgisayarKavramlari authored Jan 30, 2017
2 parents d9899e4 + b2935df commit d9a9cce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MerhabaDunya.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include <iostream>
using namespace std;

int main () {

cout << "Hello World";
return 0;

}

0 comments on commit d9a9cce

Please sign in to comment.