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