We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6366b4b + 87570ac commit fc8ccaaCopy full SHA for fc8ccaa
GeeksForGeeks/strings/hacktoberfest.cpp
@@ -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