mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 15:31:32 +03:00
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
function main(const a: group, const b: group, const c: group) {
|
|
// Change to assert when == is implemented for group.
|
|
console.log("a: {}", a);
|
|
console.log("b: {}", b);
|
|
console.log("c: {}", c);
|
|
} |