ソースを参照

add_helloWorld

master
wangxinyu 1週間前
コミット
61bce8c6bc
2個のファイルの変更9行の追加0行の削除
  1. +2
    -0
      .gitignore
  2. +7
    -0
      hello.c

+ 2
- 0
.gitignore ファイルの表示

@@ -0,0 +1,2 @@
.vscode/
build/

+ 7
- 0
hello.c ファイルの表示

@@ -0,0 +1,7 @@
#include <stdio.h>

void main()
{
printf("hello world");
return 0;
}

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