7 lines
142 B
Text
7 lines
142 B
Text
main =>
|
|
N = 8,
|
|
println(1..N),
|
|
InOut = in, % in shuffling
|
|
Count = show_all_shuffles(N,InOut,true),
|
|
println(count=Count),
|
|
nl.
|