Skip to content

Commit f0e0aee

Browse files
authored
Merge pull request #1 from Ajuajmal/master
first commit
2 parents f4a9a0e + 49eea3b commit f0e0aee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ajmal/sample.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include<iostream>
2+
3+
using namespace std;
4+
5+
void main{
6+
cout<<"helllo";
7+
}

0 commit comments

Comments
 (0)