Advertisement
usrv

hardtosay (long)

Oct 17th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.41 KB | None | 0 0
  1. _ = $$  / $$ #  1
  2. __ =  _  -  _ #  0
  3. @_ =  _  +  _ #  2
  4. $_ = @_  +  _ #  3
  5. $__ = @_  + $_ #  5
  6. $-_ = $__ * $_ # 15
  7. @__ = (@_ * $__)**@_ #100
  8. @__ = '' << (@_ * $__)**@_ - $_ #a
  9. $___ = '' << (@_ * $__)**@_ - _ #c
  10. @___ = '' << $-_ * ($__ + $_) - @_*@_ # t
  11. @____ = '' << (@_ * $__)**@_ + @_ #f
  12. ____ = ''<<(@_ * $__)**@_ + @_**$_ #l
  13. ___ = ''<<(@_ * $__)**@_ + $_ #g
  14. $> << $___ <<@__<<@___<<' '<<@____<<____<<@__<<___
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement