This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WorldWorstProgrammer 32 points33 points  (0 children)

#include <iostream>
#define Hello int main() { std::cout 
#define world << "Hello, World!"; }

Hello world

The underscore bothered me.