Hello, world!/Jkl/C++
Skočit na navigaci
Skočit na vyhledávání
#include <iostream>
int main(){
std::cout<<"Hello world !"<<std::endl;
return 0;
}