We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599dce6 commit 8e4595dCopy full SHA for 8e4595d
First.cpp
@@ -0,0 +1,5 @@
1
+#include<iostream>
2
+int main(){
3
+ std:: cout<<"HELLO FOLKS";
4
+ return 0;
5
+}
0 commit comments