mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
9 lines
202 B
Text
9 lines
202 B
Text
platform "false-interpreter"
|
|
requires {} { main! : Str => {} }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [mainForHost!]
|
|
|
|
mainForHost! : Str => {}
|
|
mainForHost! = \file -> main! file
|