Skip to content

Commit aa85b6d

Browse files
committed
新文件: 1.c
1 parent 83e2e7d commit aa85b6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

1.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <stdio.h>
2+
#include <stdlib.h>
3+
int main(){
4+
char *str ="123";
5+
printf("%s",str);
6+
}

0 commit comments

Comments
 (0)