ソースを参照

add_nihao

master
wangxinyu 1週間前
コミット
20bf8d7c8a
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      hello.c

+ 2
- 1
hello.c ファイルの表示

@@ -2,6 +2,7 @@

void main()
{
printf("hello world");
printf("nihao\n");
printf("helloworld");
return 0;
}

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