RosettaCodeData/Task/Untouchable-numbers/F-Sharp/untouchable-numbers-2.fs

2 lines
149 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
uT 2000|>Array.mapi(fun n g->(n,g))|>Array.filter(fun(_,n)->n)|>Array.chunkBySize 30|>Array.iter(fun n->n|>Array.iter(fst>>printf "%5d");printfn "")