leo/compiler/tests/group/point.leo
2020-07-07 10:11:23 -07:00

5 lines
227 B
Plaintext

function main() -> group {
const point = (7374112779530666882856915975292384652154477718021969292781165691637980424078, 3435195339177955418892975564890903138308061187980579490487898366607011481796)group;
return point
}