mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-20 00:32:35 +03:00
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
function main() {
|
|
const pos_element = 1group;
|
|
const neg_element = -1group;
|
|
|
|
const pair_x_pos = (1, _)group;
|
|
const pair_x_neg = (-1, _)group;
|
|
|
|
const pair_y_pos = (_, 1)group;
|
|
const pair_y_neg = (_, -1)group;
|
|
} |