mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 15:31:32 +03:00
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
[main]
|
|
a: bool = true;
|
|
arr: [u32; 2] = [10, 8];
|
|
|
|
[constants]
|
|
b: bool = true;
|
|
|
|
[registers]
|
|
r0: bool = true;
|