roc/examples/hello-world/Hello.roc
2020-11-23 00:08:49 -05:00

9 lines
152 B
Text

app "hello-world" provides [ main ] to "./platform"
greeting =
hi = "Hello"
name = "World"
"\(hi), \(name)!!!!!!!!!!!!!"
main = greeting