probier mal:

Code:
#include <iostream>
using namespace std;

int main() 
{
     cout << "Hallo Welt!" << endl;
     
     cin.get();
     return 0;
}