mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 19:10:18 +00:00
9 lines
167 B
Text
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 }
|