mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
7 lines
157 B
Text
7 lines
157 B
Text
app [main] { pf: platform "../effects/platform/main.roc" }
|
|
|
|
import pf.PlatformTasks
|
|
import Menu { echo: PlatformTasks.putLine }
|
|
|
|
main =
|
|
Menu.menu "Agus"
|