Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
misspapaya
/
cpu32
másolva
scuti/cpu32
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Branch:
master
Branch-ok
Tag-ek
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
examples
/
app
/
hello_puts.c
hello_puts.c
63 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
5
6
7
8
#include <stdio.h>
int main()
{
puts("test\n");
return 0;
}