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