mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
* Snake-case-ify def names in comments * Snake-case-ify def names in strings * Snake-case-ify ignored function parameters * Snake-case-ify test script names, for consistency * Update CI snapshot to match snake_case * snake case correction --------- Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
10 lines
271 B
Text
10 lines
271 B
Text
app [main] { pf: platform "zig-platform/main.roc" }
|
|
|
|
# To run:
|
|
# cd examples/platform-switching/zig-platform
|
|
# mkdir glue
|
|
# cp crates/compiler/builtins/bitcode/src/* ./glue
|
|
# cd -
|
|
# roc --build-host --suppress-build-host-warning roc_loves_zig.roc
|
|
|
|
main = "Roc <3 Zig!\n"
|