This website works better with JavaScript
Home
Explore
Help
Register
Sign In
pengyong
/
wukong
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
modify a.c
HUOGAI
1 month ago
parent
5635657d00
commit
87f8120a54
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
a.c
+ 1
- 0
a.c
View File
@@ -2,6 +2,7 @@
int main(void) {
int main(void) {
int i=0;
int i=0;
+ i++;
printf("hello,world %d\n",i);
printf("hello,world %d\n",i);
return 0;
return 0;
}
}