roc/crates/cli/tests/benchmarks/platform/Host.roc
2025-01-04 15:10:55 -08:00

9 lines
167 B
Text

hosted Host
exposes [put_line!, put_int!, get_int!]
imports []
put_line! : Str => {}
put_int! : I64 => {}
get_int! : {} => { value : I64, is_error : Bool }