mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
7 lines
237 B
Text
7 lines
237 B
Text
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.16.0/O00IPk-Krg_diNS2dVWlI0ZQP794Vctxzv0ha96mK0E.tar.br" }
|
|
|
|
import pf.Stdout
|
|
import Menu { echo: \str -> Stdout.line str }
|
|
|
|
main =
|
|
Menu.menu "Agus"
|