What Things Cost is worth reading even if you aren't a .NET programmer.
--Nat
#include <stdio.h>
int main() { printf("42\n"); return 0; }
Not to mention comparing with chucking the include and going for write(1, "42\n", 3)...
For a really scary output move up to, say, "perl -MCGI -e 1".