mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 01:01:53 +03:00
11 lines
123 B
Plaintext
11 lines
123 B
Plaintext
[main]
|
|
a: bool = true;
|
|
y: bool = true;
|
|
arr: [u32; 2] = [10, 8];
|
|
|
|
[constants]
|
|
b: bool = true;
|
|
|
|
[registers]
|
|
r0: bool = true;
|