This is an example of a one character wonder. That's a program which is absolutely correct except for one misplaced character.


#include <iostream>

int main()

{

    std::cout << "Hello World/n";

    return (0);

}

Source code

Hint 1: What you see is what you get.

Next Hint
Answer

Main gallery