mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
-- arithmetic operations on non-numbers
|
||
|
|
||
|
function main() : * {
|
||
|
add(2, calloc[main]())
|
||
|
}
|