mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
7 lines
132 B
Text
7 lines
132 B
Text
app "effect-example"
|
|
packages { base: "platform" }
|
|
imports [base.Cmd]
|
|
provides [ main ] to base
|
|
|
|
main : I64
|
|
main = 42
|