http://qs321.pair.com?node_id=133397


in reply to Perl is C

Indeed, you only need one pre-processor instruction, and can make it look like a routine C exercise while you are at it:
#include <stdio.h> /* Just a simple finger exercise */ #define eval int main() /* To demonstrate the pre-processor */ eval { printf("Hello world\n"); return (0); }