1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/encoding-atascii.sym

6 lines
88 B
Plaintext
Raw Normal View History

2020-10-05 20:58:02 +00:00
const byte* SCREEN = (byte*) 1024
const byte* TEXT[] = "hello, world!
"at
2020-10-05 20:58:02 +00:00
void main()