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