Language
Nim
Compiler
nim 2.2.4
Options
Raw compiler options
--hints:off
$ nim c ./prog.nim --hints:off
@[@[10, 20, 30], @[10, 20, 30], @[10, 20, 30]]
@[@[10, 20, 30], @[20, 10, 30], @[20, 10]]
@[@[10, 20, 30], @[10, 20, 30], @[10, 20, 30]]
@[@[10, 20, 30], @[10, 20, 30], @[10, 20, 30], @[10, 20, 30], @[10, 20]]
@[@[10]]
@[@[30, 20, 40, 10], @[20, 30, 10, 40], @[20, 30], @[20], @[20], @[20]]
Exit Code:
0