This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Oh dear god why | |
___ = ( | |
_ = ' ' =~ /$/ # 10 - apparently EOL match works like that on spaces | |
) * | |
_ + # * 10 -> 100 | |
_ + # + 10 -> 110 | |
_ / # + 10 / | |
( | |
(__=$$/$$) + # 1 |