leo/compiler/tests/input_files/program_input/main_field.leo

4 lines
114 B
Plaintext
Raw Normal View History

2021-02-12 23:20:58 +03:00
function main(a: field) {
// Change to assert when == is implemented for field.
console.log("a: {}", a);
}