mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
11 lines
209 B
Text
11 lines
209 B
Text
app [main] {
|
|
pf: platform "../test-platform-simple-zig/main.roc",
|
|
}
|
|
|
|
import MultilineParams {
|
|
send_http_req: \_ -> crash("todo"),
|
|
get_env_var: \_ -> crash("todo"),
|
|
}
|
|
|
|
main =
|
|
MultilineParams.hi
|