output dollars by mitchs (tails)

puts'  |
 _|_
| |
|_|_
  | |
 _|_|
  |
  |'.gsub(/(.)(.)/){$1+$2*N}.gsub(/(.+
)(.+)/){$1*~-N+$2}while N=gets.hex

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page