Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
akkartik
/
basic-build
Watch
3
Star
4
Fork
1
ファイル
課題
0
プルリクエスト
0
ブランチ:
master
ブランチ
タグ
main
master
basic-build
/
x.c
x.c
80 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
7
#include <stdio.h>
int main(void) {
printf("hello, world!\n");
return 0;
}