roc/crates/cli/tests/test-projects/false-interpreter/platform/Stdin.roc
2024-12-16 14:38:36 -08:00

11 lines
147 B
Text

module [line!, char!]
import pf.Host
line! : {} => Str
line! = \{} ->
Host.getLine! {}
char! : {} => U8
char! = \{} ->
Host.getChar! {}