Things start out OK and then something goes wrong. What's happening?


#include <iostream>

int main()

{

    std::cout << "Hello World";

    return (0);

}

Source code

Next Hint
Answer

Main gallery