Skip to content

Commit

Permalink
Merge pull request #154 from ProgrammerDG/patch-3
Browse files Browse the repository at this point in the history
Create helloWorld.cpp
  • Loading branch information
fineanmol authored Oct 1, 2022
2 parents 8362d67 + 9ec7a79 commit 55dda08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helloWorld.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include<iostream>
using namespace std;

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

0 comments on commit 55dda08

Please sign in to comment.