#include using namespace std; int main () { cout << "Hello World!"; // weitere Anweisungen return 0; } //main