2 lines
82 B
Text
2 lines
82 B
Text
foreach d in (derangements(4)){ println(d) }
|
|
//rest of test code remains the same
|
foreach d in (derangements(4)){ println(d) }
|
|
//rest of test code remains the same
|