ソースを参照

add gcc test demo

main
zjpedu 2年前
コミット
173608e0ac
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      lab1/test1.c

+ 6
- 0
lab1/test1.c ファイルの表示

@ -0,0 +1,6 @@
#include <stdio.h>
int main(){
printf("hello, world!\n");
return 0;
}

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