mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
inputs:
|
|
- log.in: |
|
|
[main]
|
|
a: bool = true;
|
|
*/
|
|
|
|
function main(a: bool) {
|
|
console.log("a = {}", a);
|
|
} |