//: hallo.cpp : Compilertest - R.Richter 2006-12-27 /////////////////////////////////////////////////// #include int main() { std::cout << "Hallo, Welt!\n"; return 0; } //~