mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 07:16:18 +00:00
6 lines
154 B
Text
6 lines
154 B
Text
app "rocLovesWebAssembly"
|
|
packages { pf: "web-assembly-platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = "Roc <3 Web Assembly!\n"
|