Skip to content

Commit fc8ccaa

Browse files
authored
Merge pull request #5 from anamika1804/hacktoberfest
First PR to my Hacktoberfest
2 parents 6366b4b + 87570ac commit fc8ccaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include<bits/stdc++.h>
2+
using namespace std;
3+
4+
int main(){
5+
cout<<"this is my first pr to hacktoberfest 2021";
6+
}

0 commit comments

Comments
 (0)