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

3 lines
49 B
Plaintext

function ello() -> [char; 4] {
return "ello";
}