Code: #include <iostream> int main() { cout << "Hallo Welt!" << endl; return 0; } So muss es auch eigentlich heißen. Dev-C++ ist da etwas pingeliger
#include <iostream> int main() { cout << "Hallo Welt!" << endl; return 0; }
Foren-Regeln