mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
temp fix expect stack overflow Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
8 lines
117 B
Text
8 lines
117 B
Text
app [main!] { pf: platform "./platform/main.roc" }
|
|
|
|
import pf.Stdout
|
|
import pf.Stdin
|
|
|
|
main! = || {
|
|
expect 1 == 2
|
|
}
|