Created
May 30, 2016 03:53
-
-
Save anonymous/5a91c80a4080f44757e6b1974f5f98dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test = "4562" | |
testing = test[0] | |
what = testing.to_i(2).pack | |
print what |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment