mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
3 lines
78 B
Text
3 lines
78 B
Text
module { stdout! } -> [log!]
|
|
|
|
log! = \msg, level -> stdout! "$(level):$(msg)"
|