RosettaCodeData/Task/Rate-counter/Zkl/rate-counter-2.zkl

4 lines
172 B
Plaintext

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);