Skip to content

What is the strangest, weirdest, scariest, toughest, best way to print the Name?

Notifications You must be signed in to change notification settings

GuidoDipietro/taoprintf-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.*