Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
misspapaya
/
cpu32
sklonowany z
scuti/cpu32
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Gałąź:
master
Gałęzie
Tagi
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
examples
/
app
/
hello_puts.c
hello_puts.c
63 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
#include <stdio.h>
int main()
{
puts("test\n");
return 0;
}