This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
oss
/
uclibc-ng-test
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
6449cfcf3e
Dallar
Biçim İmleri
master
uclibc-ng-test
/
test
/
silly
/
hello.c
hello.c
102 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("hello world\n");
exit(42);
}