RosettaCodeData/Task/Rate-counter/Zkl/rate-counter-2.zkl
2023-07-01 13:44:08 -04:00

3 lines
172 B
Text

ns:=List.createLong(0d100_000,(0).random,True); // one hundred thousand ints
rateCounter('wrap(){ ns.copy().sort() },20);
rateCounter('wrap(){ ns.copy().sort() },Void,10);