mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 03:33:44 +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);
|
||
|
}
|