J
James Kanze
Puzzle for the newbies (trivial for more experienced
programmers, but might be a bit challenging for a newbie):
Write a "hello world" program which does not use any
preprocessor # directives.
Impossible in pure C++, since no I/O is accessible without an
#include.