2 lines
44 B
Scala
2 lines
44 B
Scala
|
|
List(1, 2, 3).permutations.foreach(println)
|
|
|
List(1, 2, 3).permutations.foreach(println)
|