mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-22 17:11:42 +03:00
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
|
function main(a: field) {
|
||
|
// Change to assert when == is implemented for field.
|
||
|
console.log("a: {}", a);
|
||
|
}
|