Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
domonkos
/
mk
forké depuis
akkartik/basic-build
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Aborescence:
ccc939f2f3
Branches
Tags
master
mk
/
hello.c
hello.c
79 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
int
main(void)
{
printf("Hello, world!\n");
return 0;
}