Hello World

// C++
std::cout << "hello world" << std::endl;
# Python
print('hello world')