leo/compiler/tests/group/point.leo

5 lines
227 B
Plaintext
Raw Normal View History

2020-05-31 03:05:07 +03:00
function main() -> group {
2020-07-07 20:11:23 +03:00
const point = (7374112779530666882856915975292384652154477718021969292781165691637980424078, 3435195339177955418892975564890903138308061187980579490487898366607011481796)group;
return point
2020-05-31 03:05:07 +03:00
}