mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
12 lines
195 B
Text
12 lines
195 B
Text
app [main] {
|
|
pf: platform "../test-platform-simple-zig/main.roc",
|
|
}
|
|
|
|
import Api { appId: "one", protocol: https }
|
|
|
|
https = \url -> "https://$(url)"
|
|
|
|
main =
|
|
"""
|
|
$(Api.getPost)
|
|
"""
|