mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-07 02:19:52 +03:00
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
import test_import.foo as bar;
|
|
|
|
function main() -> u32 {
|
|
return bar()
|
|
} |