Comment on Destroying C with 20 lines of Haskell: wcparentComments−hrgiger6yI see and raise, to one line:https://www.ioccc.org/2019/burton/prog.cIt is the Burton entry from The International Obfuscated C Code Contest, but seems like only handling asciihttps://www.ioccc.org/years-spoiler.htmlLimits:"Requires the C locale and ASCII character set. Input should be less than ten million octets to avoid this problem."https://www.ioccc.org/2019/burton/hint.html
Comments
I see and raise, to one line:
https://www.ioccc.org/2019/burton/prog.c
It is the Burton entry from The International Obfuscated C Code Contest, but seems like only handling ascii
https://www.ioccc.org/years-spoiler.html
Limits:
"Requires the C locale and ASCII character set. Input should be less than ten million octets to avoid this problem."
https://www.ioccc.org/2019/burton/hint.html