Browse Source

速度改成200

master
ywh 4 weeks ago
parent
commit
b39e8535cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c/ABCD.c

+ 1
- 1
c/ABCD.c View File

@@ -3,7 +3,7 @@

int main(void)
{
int speed = 100;
int speed = 200;

printf("speed = %d\n", speed);



Loading…
Cancel
Save