The International Obfuscated C Code Contest
A 27th IOCCC Winner
Yusuke Endoh
Twitter: @mametter
The code for this entry can be found in prog.c
make
./prog
./prog
./prog hello.txt
./prog yoda.txt
./prog bear.txt
Clever use of the C99 complex data type. The spoiler.zip file contains clues as to how some winning authors create / edit programs into ASCII shapes.
With the source from the spoiler.zip file could you make the code render for a larger terminal window? How about adding more glyphs?
No! Try not. Do, or do not. There is no try.
$ gcc -std=c99 prog.c
$ a.out
$ a.out hello.txt
$ a.out yoda.txt
$ a.out bear.txt
See spoiler.zip for the source code. The 16th most common password on the Internet in 2017 (according to Splash Data) the password is.
© Copyright 1984-2020,
Leo Broukhis, Simon Cooper, Landon Curt Noll
- All rights reserved |