This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
oss
/
uclibc-ng-test
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
d29d9e9257
Branchit
Tagit
master
uclibc-ng-test
/
test
/
silly
/
hello.c
hello.c
102 B
Historia
Raaka
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("hello world\n");
exit(42);
}