This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
oss
/
uclibc-ng-test
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
115d20fe89
ブランチ
タグ
master
uclibc-ng-test
/
test
/
silly
/
hello.c
hello.c
102 B
履歴
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("hello world\n");
exit(42);
}