This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
simon
/
os_kernel
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2f608ddf9f
Rami (Branch)
Tag
fix_image_url
inline_test
master
v0.1
bochs-test
os_kernel
/
test
/
test1.c
test1.c
84 B
Cronologia
Originale
1
2
3
4
5
6
void my_print(char *);
int main()
{
my_print("Hello, world!\n");
return 0;
}