This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
TestOrg
/
HelloWorld
Figyelés
3
Kedvenc
0
Másolás
0
Fájlok
Beolvasztási kérések
0
Fa:
7d02ae4e4f
Branch-ok
Tag-ek
master
HelloWorld
/
main.cpp
main.cpp
91 B
Előzmények
Nyers
1
2
3
4
5
6
7
#
include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World!"
<<
std
::
endl
;
return
0
;
}