Skip to content

Commit

Permalink
Create hellooo.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatjai258 authored Sep 30, 2020
1 parent a25bea6 commit 3e01552
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/C++/hellooo.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include<iostream>
using namespace std;

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

0 comments on commit 3e01552

Please sign in to comment.