schreib ma:#
Code:
#include <iostream>
using namespace std;

int main()
{
cout << "Hallo Welt" << endl;

return 0;
}