mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-26 11:06:00 +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;
|