>  2004/12/19 (日) 04:52:45        [mirai]
> > [haruna@alice ~/src]% gcc anonymous.c
> > anonymous.c:7:29: warning: ISO C requires whitespace after the macro name
> > anonymous.c:9:27: warning: ISO C requires whitespace after the macro name
> > anonymous.c:13:23: warning: ISO C requires whitespace after the macro name
> > anonymous.c: In function `main':
> > anonymous.c:39: warning: pointer/integer type mismatch in conditional expression
> > [haruna@alice ~/src]% ll
> > total 25
> > drwxrwxrwx+   2 haruna   none            0 Dec 19 04:47 .
> > drwxrwxrwx+  17 haruna   none         8192 Dec 19 04:47 ..
> > -rwxr-xr-x    1 haruna   none        17532 Dec 19 04:47 a.exe
> > -rwxrwxrwx    1 haruna   none         2734 Dec 19 04:46 anonymous.c
> > -rwxrwxrwx    1 haruna   none         3749 Dec 19 04:46 arachnid.orig.c
> > [haruna@alice ~/src]% ./a.exe
> > Segmentation fault (core dumped)
> > [haruna@alice ~/src]%
> http://www.tw.ioccc.org/years.html#2004
> ただコンパイルするだけじゃ動きませんよ?(;´Д`)

makefileとかあるのな

参考:2004/12/19(日)04時50分30秒