![]() |
#1 |
![]()
"Hello World !".
: #include <iostream> /, . , : using namespace std; , . : int main() { } : cout , . " " : << . cout << "Hello World !" , endl (End Line). : #include <iostream> using namespace std; int main() { cout << "Hello World !" << endl; } . , . |
|
![]() |
![]() |