Name: Anonymous 2011-05-30 20:08
I decided to write a program that printed itself, and I couldn't.
I pose to you this challenge, /prog/
I pose to you this challenge, /prog/
$ cat anus.c
anus.c:1:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
compilation terminated due to -fmax-errors=1.
$ gcc -w -fmax-errors=1 anus.c
anus.c:1:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
compilation terminated due to -fmax-errors=1.
$ gcc -w -fmax-errors=1 anus.c 2>&1 | diff anus.c -
$