mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-08 06:08:01 +00:00
9 lines
196 B
Text
9 lines
196 B
Text
platform "benchmarks"
|
|
requires {} { main! : {} => {} }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [main_for_host!]
|
|
|
|
main_for_host! : {} => {}
|
|
main_for_host! = \{} -> main!({})
|