roc-lang-playground/main.roc

7 lines
238 B
Text
Raw Permalink Normal View History

app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.19.0/Hj-J_zxz7V9YurCSTFcFdu6cQJie4guzsPMUi5kBYUk.tar.br" }
import pf.Stdout
main! = |_args|
Stdout.line!("Hi there, from inside a Roc app. 🎉")