Skip to content

Commit

Permalink
Merge pull request #119 from mritul/added-helloworld-script
Browse files Browse the repository at this point in the history
Added hello world script
  • Loading branch information
fineanmol authored Oct 1, 2022
2 parents 59b8707 + 37b2bf3 commit 89c9a9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/hello_world_mritul.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <iostream>
using namespace std;
int main(){
cout<<"Hello World"<<endl;
return 0;
}

0 comments on commit 89c9a9a

Please sign in to comment.