mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +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;
|
||
|
}
|