Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3502 from yashmunoth/master
Browse files Browse the repository at this point in the history
Merged by aniket965
  • Loading branch information
Aniket965 committed Oct 16, 2018
2 parents 049e1da + a1931cd commit 91cd0d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cpp/helloworld.cpp
@@ -0,0 +1,7 @@
#include<bits/stdc++.h>
using namespace std;

int main(){
cout<<"Hello world!";
return 0;
}

0 comments on commit 91cd0d2

Please sign in to comment.