Last active
August 29, 2015 13:57
-
-
Save utahta/9764952 to your computer and use it in GitHub Desktop.
hello, world x3
This file contains hidden or 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
| my | |
| $X=eval | |
| "\x63\x68\x72 | |
| 44" | |
| and | |
| my | |
| $Y=eval | |
| "\x63\x68\x72 | |
| 32" | |
| and | |
| my | |
| $Z="\x73" | |
| and | |
| my | |
| $ZZ="a" | |
| and | |
| my | |
| $ZZZ="\x79" | |
| and | |
| eval | |
| "$Z$ZZ$ZZZ | |
| \"\x68\x65ll\x6F$X$Y\x77\x6F\x72l\x64\"" |
This file contains hidden or 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
| puts 0b1101000.chr+0b1100101.chr+0b1101100.chr+0b1101100.chr+0b1101111.chr+0b101100.chr+0b100000.chr+0b1110111.chr+0b1101111.chr+0b1110010.chr+0b1101100.chr+0b1100100.chr |
This file contains hidden or 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
| SELECT LOWER('HELLO, WORLD'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment