Skip to content

Commit 46150ba

Browse files
authored
Add files via upload
0 parents  commit 46150ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Namaste_Duniya.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include <iostream>
2+
using namespace std;
3+
4+
int main(){
5+
cout<<"Nameste Duniya"<<endl;
6+
7+
return 0;
8+
}

0 commit comments

Comments
 (0)