mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00

This is a much nicer host to read than the one that does all the gymnastics to convert to a null-terminated string just to call printf!
6 lines
123 B
Text
6 lines
123 B
Text
app "hello-world"
|
|
packages { base: "platform" }
|
|
imports []
|
|
provides [ main ] to base
|
|
|
|
main = "Hello, World!\n"
|