Skip to content

Commit

Permalink
Merge pull request Aniket965#1121 from shauryabagga/patch-1
Browse files Browse the repository at this point in the history
Update and rename README.md to helloWorld.cpp
  • Loading branch information
Aniket965 authored Oct 10, 2018
2 parents 2a8a15d + 2c5aff0 commit f1f4154
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions C/helloWorld.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//# Hello-world
//Add any Program in any language you like or add a hello world Program ❣️ if you like give us :star:

#include<bits/stdc++.h>
using namespace std;

int main()
{
cout << "Hello, World" << endl;
return 0;
}

0 comments on commit f1f4154

Please sign in to comment.