mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
6 lines
128 B
Text
6 lines
128 B
Text
app "rocLovesZig"
|
|
packages { pf: "zig-platform/main.roc" }
|
|
imports []
|
|
provides [main] to pf
|
|
|
|
main = "Roc <3 Zig!\n"
|