mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
10 lines
183 B
Text
10 lines
183 B
Text
app [main] {
|
|
pf: platform "../test-platform-simple-zig/main.roc",
|
|
}
|
|
|
|
import Api { app_id: "one", protocol: https }
|
|
|
|
https = \url -> "https://$(url)"
|
|
|
|
main =
|
|
"$(Api.get_post)"
|