mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Resolved merge conflicts in: - src/cli/test/fx_test_specs.zig (combined test entries from both branches) - test/snapshots/fuzz_crash/fuzz_crash_027.md (took main's error message format) - test/snapshots/fuzz_crash/fuzz_crash_028.md (took main's error message format)
8 lines
133 B
Text
8 lines
133 B
Text
app [main!] { pf: platform "./platform/main.roc" }
|
|
|
|
import pf.Stdout
|
|
|
|
main! = || {
|
|
_s = List.first([1])
|
|
Stdout.line!("ok")
|
|
}
|