Skip to content

Commit 2e46ccc

Browse files
authored
Merge pull request #391 from pbisaria007/master
Create pbisaria007.c
2 parents 3091886 + bc48c24 commit 2e46ccc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pbisaria007.c

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+
int main()
4+
{
5+
6+
cout<<"----Hello World-----";
7+
8+
}

0 commit comments

Comments
 (0)