#define do main() /*
# This is a valid program in C, Perl, and sh.
eval 'function sub() { echo "I like code."; exit; }';
sub echo {}
#*/
do {
printf("I like code.\n");
}
I thought about adding Brainfuck and Whitespace, but both those languages specify that invalid characters are ignored, so it would just be an exercise in sticking stuff on the
(
Read more... )