roc/examples/hello-world/web-platform/hello_web.roc
2022-03-07 20:00:32 -07:00

6 lines
108 B
Text

app "hello_web"
packages { pf: "." }
imports []
provides [ main ] to pf
main = "Hello, World!"