// Dies ist ein Kommentar ... /* ... und dies auch */ int main() { string hallo = "Hallo Welt!\n"; print(hallo); return 0; }