mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
180 B
180 B
META
description=two strings
type=repl
SOURCE
» 1 + 1
» 0.1 + 0.2
» "Hello, World!"
» []
OUTPUT
2
0.3
"Hello, World!"
[]
PROBLEMS
NIL