Hello world!

#include <iostream>
#include <ostream>

int main()
{
   std::cout << "Hallo Welt!" << std::endl;
}

Leave a Reply