We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5971c commit e486d37Copy full SHA for e486d37
secondDoc.txt
@@ -1,2 +1,6 @@
1
Hello my name is ALain A Perez
2
-printf("%s","Hello World");
+
3
+#include <stdio.h>
4
+int main(){
5
+printf("%s","Hello World");
6
+}
0 commit comments