mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-02 23:04:12 +03:00
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
function main(const a: field, const b: field) {
|
|
// Change to assert when == is implemented for field.
|
|
console.log("a: {}", a);
|
|
console.log("b: {}", b);
|
|
} |