mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +03:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
function main(a: group, b: group, c: group) {
|
|
// Change to assert when == is implemented for group.
|
|
console.log("a: {}", a);
|
|
console.log("b: {}", b);
|
|
console.log("c: {}", c);
|
|
} |