Created
January 27, 2018 07:03
-
-
Save fortheday/c7062e2985ef343e397db1c8a43dc0b8 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
unsigned char b = 0b1010; // 10 | |
int i = 1'000'000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment