Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
scuti
/
cpu32
Seguir
1
Destacar
0
Fork
1
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
rewrite-in-c
Ramas
Etiquetas
elf-stuff
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
examples
/
app
/
hello_puts.c
hello_puts.c
63 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
int main()
{
puts("test\n");
return 0;
}