This website works better with JavaScript.
Home
Explore
Help
Sign In
yuwenhao
/
two
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
当前速度是100,打印速度
master
ywh
4 weeks ago
parent
3800cd4ca0
commit
ab2efb1be6
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
c/ABCD.c
+ 11
- 0
c/ABCD.c
View File
@@ -0,0 +1,11 @@
// main.c
#include <stdio.h>
int main(void)
{
int speed = 100;
printf("speed = %d\n", speed);
return 0;
}
Write
Preview
Loading…
Cancel
Save