Skip to content

Instantly share code, notes, and snippets.

@headius
Created May 7, 2015 23:26
Show Gist options
  • Save headius/eccf26b38983a69e2a60 to your computer and use it in GitHub Desktop.
Save headius/eccf26b38983a69e2a60 to your computer and use it in GitHub Desktop.
def fannkuch
while true
self[0]
while true
break
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment