This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
TestOrg
/
HelloWorld
Vērot
3
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Izmaiņu pieprasījumi
0
Koks:
384138afb2
Atzari
Tagi
master
HelloWorld
/
main.cpp
main.cpp
91 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
#
include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World!"
<<
std
::
endl
;
return
0
;
}