This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
hongwenjun
/
cpp
kopia lustrzana
https://github.com/hongwenjun/cpp
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
2a76594aff
Gałęzie
Tagi
main
cpp
/
examples
/
12_helloworld.cpp
12_helloworld.cpp
103 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
#
include
<iostream>
using
namespace
std
;
int
main
()
{
cout
<<
"Hello, world!"
<<
endl
;
return
0
;
}