This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
hongwenjun
/
cpp
cermin dari
https://github.com/hongwenjun/cpp
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
044b003782
Ranting
Tag
main
cpp
/
examples
/
12_helloworld.cpp
12_helloworld.cpp
103 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
#
include
<iostream>
using
namespace
std
;
int
main
()
{
cout
<<
"Hello, world!"
<<
endl
;
return
0
;
}