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ç:
9c56d9614a
Dallar
Biçim İmleri
main
cpp
/
examples
/
12_helloworld.cpp
12_helloworld.cpp
103 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, world!" << endl;
return 0;
}