mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 12:45:26 +03:00
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
input_file:
|
|
- inputs/fields.in
|
|
*/
|
|
|
|
program test.aleo {
|
|
transition main(a: field, b: field) -> bool {
|
|
return a == b;
|
|
}}
|