mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
10 lines
97 B
Text
10 lines
97 B
Text
[
|
|
18 + 24,
|
|
2 * 3 * 7,
|
|
50 - 8,
|
|
126 / 3,
|
|
(-21) * (-2),
|
|
]
|
|
|
|
# output:
|
|
[42, 42, 42, 42, 42]
|