Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 692 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 692 Bytes

Welcome to the TAOPRINTF project

What is the strangest, most unusual, weirdest, most obfuscated, scariest, toughest, best way to print to the screen the name of Tao Yu?

Users have been trying to find it out on this quest they have embarked themselves upon.
Inspired on the IOCCC, from the World, to you.


Credits to GuyClicking for starting it, crisszkutnik for his contribution, and tao-yu for having a name.

touch a.c && echo 'main(){puts("taoyu!!");}' > a.c && gcc a.c -w && ./a.out && rm a.*