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