Prime ruin by Hydrazer

for 1..100 -> \i {my$j=i;$j.is-prime&&i%%$j&&last while --$j;say $j??("_/"x$j~" "x$j for 1..i/$j).join!!"_/"x i~" "x i}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page