leo/examples/square_root/inputs/square_root.in

7 lines
122 B
Plaintext
Raw Normal View History

2020-08-01 06:59:50 +03:00
// The program input for square_root/src/main.leo
2020-06-23 07:39:24 +03:00
[main]
a: field = 337;
b: field = 113569;
[registers]
r0: bool = false;