Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
scuti
/
cpu32
Watch
1
Star
0
Fork
1
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
rewrite-in-c
ブランチ
タグ
elf-stuff
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
examples
/
app
/
hello_puts.c
hello_puts.c
63 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
int main()
{
puts("test\n");
return 0;
}