This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
oss
/
uclibc-ng-test
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6449cfcf3e
Rami (Branch)
Tag
master
uclibc-ng-test
/
test
/
silly
/
hello.c
hello.c
102 B
Cronologia
Originale
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("hello world\n");
exit(42);
}