mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
8 lines
66 B
Plaintext
8 lines
66 B
Plaintext
-- missing return
|
|
|
|
function main() {
|
|
push 1;
|
|
push 2;
|
|
add;
|
|
}
|