mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 09:02:58 +03:00
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
import test_import.foo;
|
|
|
|
function main() -> u32 {
|
|
return foo()
|
|
} |