Skip to content

Commit a072097

Browse files
authored
Merge pull request #810 from Ram-1998/master
Creae HelloWorldRam1998 file
2 parents 4972cee + c82cb02 commit a072097

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

helloWorldRam1998.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include<bits/stdc++.h>
2+
using namespace std;
3+
int main(){
4+
cout << "Hello World";
5+
}

0 commit comments

Comments
 (0)