Skip to content

Commit e486d37

Browse files
authored
Update secondDoc.txt
1 parent 6b5971c commit e486d37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

secondDoc.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
Hello my name is ALain A Perez
2-
printf("%s","Hello World");
2+
3+
#include <stdio.h>
4+
int main(){
5+
printf("%s","Hello World");
6+
}

0 commit comments

Comments
 (0)