High-level language: example program (C++)

To print

Hello, world.

on the screen, we need in a high-level language (here: python) the following program

print "Hello, world."