RosettaCodeData/Task/Yellowstone-sequence/Zkl/yellowstone-sequence-2.zkl

3 lines
113 B
Plaintext

println("The first 30 entries of the Yellowstone permutation:");
yellowstoneW().walk(30).concat(", ").println();