Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
scuti
/
cpu32
Sledovat
1
Oblíbit
0
Rozštěpit
1
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
elf-stuff
Větve
Značky
elf-stuff
master
rewrite-in-c
rewrite-in-c2
cpu32
/
riscv
/
examples
/
app
/
hello_world.c
hello_world.c
99 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
8
#include <stdio.h>
int main(int argc,char **argv)
{
printf("Hello %s\n","world");
return 0;
}