mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 11:43:28 +03:00
7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
function main() -> () {
|
|
assert_eq(45, 45);
|
|
assert_eq(2fe, 2fe);
|
|
assert_eq(true, true);
|
|
|
|
return
|
|
} |