multiples by tttaki

main=mapM print$[1..999]%3
(a:b)%n|mod a n<1=a:b%f n|1>0=b%n
f 7=3
f n=n+2

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

download

return to the top page