소스 검색

速度改成200

master
ywh 4 주 전
부모
커밋
b39e8535cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      c/ABCD.c

+ 1
- 1
c/ABCD.c 파일 보기

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

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

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



불러오는 중...
취소
저장