mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
7 lines
225 B
Text
7 lines
225 B
Text
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br" }
|
|
|
|
import pf.Stdout
|
|
import Menu { echo: Stdout.line }
|
|
|
|
main =
|
|
Menu.menu "Agus"
|