Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
misspapaya
/
cpu32
フォーク元
scuti/cpu32
Watch
1
Star
0
Fork
0
ファイル
ブランチ:
master
ブランチ
タグ
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
examples
/
app
/
hello_world.c
hello_world.c
99 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
int main(int argc,char **argv)
{
printf("Hello %s\n","world");
return 0;
}