mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
9 lines
139 B
Text
9 lines
139 B
Text
app Hello provides [ main ] imports []
|
|
|
|
greeting =
|
|
hi = "Hello"
|
|
name = "World"
|
|
|
|
"\(hi), \(name)!!!!!!!!!!!!!"
|
|
|
|
main = greeting
|