The International Obfuscated C Code Contest
A 27th IOCCC Winner
Ilya Kurdyukov
https://github.com/ilyakurdyukov
Twitter: @ilyakurdyukov
The code for this entry can be found in prog.c
make
./prog
# first input to try
echo first input to try | ./prog
# try reading this output
echo International Obfuscated C Code Contest | ./prog
# try reading this other output
./prog < input.txt
It is interesting how well smeonoe can raed txet wtih lots of tyops in it. How well can you raed porg.c, C prgoarm that is in the shpae of an SD card (or is it a pnuch crad)?
Compile and try this:
cat some.input.txt | ./prog
The program can work with letters that are not represented in English, as long as these letters are encoded in the higher part of the single-byte character set (use iconv
to convert from UTF-8 and back).
© Copyright 1984-2020,
Leo Broukhis, Simon Cooper, Landon Curt Noll
- All rights reserved |