mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-22 17:51:39 +03:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
input_file: inputs/point.in
|
|
*/
|
|
|
|
function main(a: group) -> bool {
|
|
return a == (0, 1)group;
|
|
} |