mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
2 lines
99 B
Plaintext
2 lines
99 B
Plaintext
|
assert |"hello " + "world" == "hello world"|;
|
||
|
assert |[1, 2, 3] + [4, 5, 6] == [1, 2, 3, 4, 5, 6]|;
|