Last active
June 1, 2017 08:32
-
-
Save dketov/60c0fab26fd558bd03e7669d7b24c914 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
digits = { | |
0: [ | |
' **** ', | |
' * * ', | |
' * * ', | |
' * * ', | |
' * * ', | |
' * * ', | |
' * * ', | |
' * * ', | |
' **** ', | |
] | |
} | |
digits = { | |
0: [ | |
0x00111100, | |
0x01000010, | |
0x01000010, | |
0x01000010, | |
0x01000010, | |
0x01000010, | |
0x01000010, | |
0x01000010, | |
0x00111100, | |
] | |
} | |
digits = {0: [1118464, 16777232, 16777232, 16777232, 16777232, 16777232, 16777232, 16777232, 1118464]} | |
digits = { | |
0: 0x001111000100001001000010010000100100001001000010010000100100001000111100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment