Skip to content

Instantly share code, notes, and snippets.

@zigen
Created September 15, 2015 10:55
Show Gist options
  • Save zigen/7274f2c46a09d0feaa96 to your computer and use it in GitHub Desktop.
Save zigen/7274f2c46a09d0feaa96 to your computer and use it in GitHub Desktop.
for i in 0.."Hello".length-1
print ("Hello"[i].ord + 1).chr
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment