Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
7
Task/Hello-world-Text/Roc/hello-world-text.roc
Normal file
7
Task/Hello-world-Text/Roc/hello-world-text.roc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
app "hello"
|
||||
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.1.1/zAoiC9xtQPHywYk350_b7ust04BmWLW00sjb9ZPtSQk.tar.br" }
|
||||
imports [pf.Stdout]
|
||||
provides [main] to pf
|
||||
|
||||
main =
|
||||
Stdout.line "I'm a Roc application!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue