Skip to content

Commit

Permalink
Added helloworld.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshisinghal09 committed Oct 29, 2018
1 parent 988bff2 commit 88047ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions COMPETITORS/competitors.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
- [Vyshnavy](https://github.com/vyshnavy)
---

#### HIMANSHI SINGHAL
- [HIMANSHI SINGHAL](https://github.com/himanshisinghal09)
---

### Annalaura Ianiro
- [Al1190](https://github.com/al1190)
---
Expand Down
7 changes: 7 additions & 0 deletions SOLUTIONS/helloworld.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include<iostream>

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

0 comments on commit 88047ab

Please sign in to comment.