mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
8 lines
113 B
Text
8 lines
113 B
Text
app Hello provides [ main ] imports []
|
|
|
|
greeting =
|
|
hi = "Hello, World!!!!!!!!!!!!!"
|
|
|
|
hi
|
|
|
|
main = greeting
|