Euclids orchard by pooq

val a=BigInt(1)to readInt;for(i<-a){for(j<-a)print(if(i.gcd(j)<2)"t"else" ");println}

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

download

return to the top page