mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
[main]
|
|
s1: [char; 13] = "\"ello, World\"";
|
|
s2: [char; 4] = "\u{2764}\x2A\x09\u{2764}";
|
|
|
|
[registers]
|
|
out: bool = true; |