IOCCC image by Matt Zucker

The International Obfuscated C Code Contest

1989/vanb - Best one liner

one-liner prints all subsets of arguments

Author:

To build:

    make all

Try:

    ./try.sh

Judges’ remarks:

This program computes all proper subsets of the set of arguments passed to it. Each subset is printed with one element on each line, followed by a line of ten dashes.

Author’s remarks:

The program has the following charming and possibly non-portable features:

Inventory for 1989/vanb

Primary files

Secondary files


Jump to: top