mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-10 07:08:02 +00:00
9 lines
178 B
Text
9 lines
178 B
Text
platform "benchmarks"
|
|
requires {} { main : Task {} [] }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [mainForHost]
|
|
|
|
mainForHost : Task {} []
|
|
mainForHost = main
|