Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
misspapaya
/
cpu32
forké depuis
scuti/cpu32
Suivre
1
Voter
0
Fork
0
Fichiers
Branche:
master
Branches
Tags
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
examples
/
app
/
hello_puts.c
hello_puts.c
63 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
int main()
{
puts("test\n");
return 0;
}