Created
August 1, 2016 07:36
-
-
Save antifuchs/8ad30018b6308c443cb3eede7dd6fccc to your computer and use it in GitHub Desktop.
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
$ cargo run 60 | |
Compiling chars v0.1.0 (file:///Users/asf/Hacks/chars) | |
Running `target/debug/chars 60` | |
< = LESS-THAN SIGN, 60, 0x3c, 074, bits 111100: prints as < | |
` = GRAVE ACCENT, 96, 0x60, 0140, bits 1100000: prints as ` | |
0 = DIGIT ZERO, 48, 0x30, 060, bits 110000: prints as 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment