This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
hongwenjun
/
cpp
şunun yansıması
https://github.com/hongwenjun/cpp
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
f09912340b
Dallar
Biçim İmleri
main
cpp
/
examples
/
01_helloworld.c
01_helloworld.c
74 B
Geçmiş
Ham
1
2
3
4
5
6
7
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}