mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
9 lines
111 B
Text
9 lines
111 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
entry =
|
|
Age := U32
|
|
|
|
@Age 21
|
|
|
|
main = entry
|
|
# ^^^^^ Age
|