mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 08:01:42 +03:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
[main]
|
|
s1: [char; 13] = "Hello, World!";
|
|
s2: [char; 4] = "test";
|
|
|
|
[registers]
|
|
out: bool = true; |