// Praeprozessoranweisung #include // ein einfaches C++ -Programm int main() { std::cout << "Hello, world!" << std::endl; return 0; }