mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
6 lines
144 B
Text
6 lines
144 B
Text
app [main!] { pf: platform "../basic-cli/main.roc" }
|
|
|
|
get_name : { name: Str, age: U64 } -> Str
|
|
get_name = |person| person.name
|
|
|
|
main! = |_| {}
|