Guest User

Untitled

a guest
May 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. main
  2. {
  3. 0 104 101 108 108 111
  4. hash
  5. print
  6. }
  7.  
  8. hash
  9. {
  10. 5381 swap
  11. 0 != while
  12. {
  13. pop pop swap dup
  14. 5 << + +
  15. swap
  16.  
  17. 0 !=
  18. }
  19. pop pop swap
  20. }
Add Comment
Please, Sign In to add comment