Best small program

最高のスモールプログラム

受賞者:Volker Diels-Grabsch

引用元:https://www.ioccc.org/2019/diels-grabsch1/prog.c

審査員・作者による説明:https://www.ioccc.org/2019/diels-grabsch1/hint.html

動作

compressコマンドのクローン。

$ gcc -o prog prog.c

$ ./prog < hint.text | zcat | diff -s - hint.text
Files - and hint.text are identical

解説

482バイトで実現されている。 [[2015/mills2]]の解凍と合わせて、圧縮と解凍が揃ったとのこと。

hint.textは、プログラムと同じサイズ・同じ形で書かれている。ちょっとおしゃれ。