Skip to content

Commit

Permalink
Create helloWorld.cpp
Browse files Browse the repository at this point in the history
issue arjuncvinod#204  is solved

please review my code and merge it.
Thank You!!
  • Loading branch information
gulatikeshav authored Oct 9, 2023
1 parent 51734be commit cf8ebbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helloWorld.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 cf8ebbe

Please sign in to comment.