Browse Source

当前速度是100,打印速度

master
ywh 4 weeks ago
parent
commit
ab2efb1be6
1 changed files with 11 additions and 0 deletions
  1. +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;
}

Loading…
Cancel
Save