mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-30 21:25:23 +03:00
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
[main]
|
|
s1: [char; 13] = ['H', 'e', 'l', 'l', 'o', ',', ' ', 'W', 'o', 'r', 'l', 'd', '!'];
|
|
s2: [char; 4] = ['t', 'e', 's', 't'];
|
|
|
|
[registers]
|
|
out: [char; 13] = ['H', 'e', 'l', 'l', 'o', ',', ' ', 'W', 'o', 'r', 'l', 'd', '!']; |