Skip to content

Instantly share code, notes, and snippets.

@emasaka
Last active January 8, 2025 03:42
Show Gist options
  • Save emasaka/a040d9620570b43a737415bcb6272c89 to your computer and use it in GitHub Desktop.
Save emasaka/a040d9620570b43a737415bcb6272c89 to your computer and use it in GitHub Desktop.
def a = exit
def b
a if $n == 0
print ($n % 256).chr
$n = $n / 256
b
end
$n = 5567320342535949633984860024054390510049758475925810612727383477870370412074937779308150930912981042
b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment