mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 04:25:03 +00:00
3 lines
68 B
Text
3 lines
68 B
Text
procedure Test.0 ():
|
|
let Test.6 : Str = "bash";
|
|
ret Test.6;
|