mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
8 lines
101 B
Text
8 lines
101 B
Text
app Hello provides [ main ] imports []
|
|
|
|
greeting =
|
|
hi = "Hello, World!"
|
|
|
|
hi
|
|
|
|
main = greeting
|