See Link
code language="c++"]
#include <iostream>
int main()
{
std::cout << “Hello World!” << endl;
return 0;
}
[/code]
Except put the [ at the beginning.
class="txt4"> #include <iostream> int main() { std::cout << “Hello World!” << endl; return 0; } |
Throws in the class="txt4">.

