Skip to content

Instantly share code, notes, and snippets.

@antifuchs
Created August 1, 2016 07:36
Show Gist options
  • Save antifuchs/8ad30018b6308c443cb3eede7dd6fccc to your computer and use it in GitHub Desktop.
Save antifuchs/8ad30018b6308c443cb3eede7dd6fccc to your computer and use it in GitHub Desktop.
$ 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