ソースを参照

当前速度是100,打印速度

master
ywh 4週間前
コミット
ab2efb1be6
1個のファイルの変更11行の追加0行の削除
  1. +11
    -0
      c/ABCD.c

+ 11
- 0
c/ABCD.c ファイルの表示

@@ -0,0 +1,11 @@
// main.c
#include <stdio.h>

int main(void)
{
int speed = 100;

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

return 0;
}

読み込み中…
キャンセル
保存