mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
9 lines
149 B
Text
9 lines
149 B
Text
module [line, raw]
|
|
|
|
import pf.PlatformTasks
|
|
|
|
line : Str -> Task {} *
|
|
line = PlatformTasks.putLine
|
|
|
|
raw : Str -> Task {} *
|
|
raw = PlatformTasks.putRaw
|