Skip to content

Commit

Permalink
Merge pull request Aniket965#954 from ns98/patch-2
Browse files Browse the repository at this point in the history
Create Hello_World.cpp
  • Loading branch information
shubham-sidd97 authored Oct 9, 2018
2 parents 4439c00 + a6cf3e6 commit 4b18e49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions C++/Hello_World.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"Hello World"<<"\n";
return 0;
}

0 comments on commit 4b18e49

Please sign in to comment.