mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-28 20:14:11 +03:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
// The program input for square_root/src/main.leo
|
|
[main]
|
|
a: field = 337;
|
|
b: field = 113569;
|
|
|
|
[registers]
|
|
r0: bool = false; |