perfect square free by matarillo

i,j;main(){putchar(91);for(i=j=2;++i<99;)i<j*j?printf("%d, ",i):++j;printf("99]");}

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

download

return to the top page