mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
150 B
150 B
META
description=Basic List.concat test
type=repl
SOURCE
» List.len(List.concat([1, 2], [3, 4]))
OUTPUT
4
PROBLEMS
NIL