leo/tests/compiler/import_local/local_imports/lib.leo
2021-08-04 23:34:11 +03:00

4 lines
58 B
Plaintext

function say_hello() -> [char; 5] {
return "hello";
}