Eternius: C++ Fehler bei Hello-World script

Beitrag lesen

Hallo,

dein hello world sieht eher aus wie ein C hello world.

  
#include <iostream>  
using namespace std;  
  
void main()  
{  
  cout << "Hello World!" << endl;  
}  
  

http://www.google.de/search?&q=c%2B%2B+hello+world

gruss

--
no strict;
no warnings;
awesome, awesome to the max