Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
scuti
/
cpu32
Obserwuj
1
Polub
0
Forkuj
1
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
rewrite-in-c
Gałęzie
Tagi
elf-stuff
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;
}