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