Skip to content

Commit

Permalink
Merge pull request #1 from asifurrahmanpial/master
Browse files Browse the repository at this point in the history
Hello World C++
  • Loading branch information
5AbhishekSaxena authored Oct 21, 2018
2 parents 51d3d67 + 67cebbc commit 9c6df1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Hackerrank/cpp-hello-world.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <iostream>
#include <cstdio>
using namespace std;

int main() {
printf("Hello, World!");
return 0;
}

0 comments on commit 9c6df1f

Please sign in to comment.