leo/tests/compiler/import_local/local_imports/lib.leo

4 lines
58 B
Plaintext
Raw Normal View History

2021-08-04 23:34:11 +03:00
function say_hello() -> [char; 5] {
return "hello";
}