Pragraph counter by smkt (less robust)

main(i){char p[999];for(i=49;gets(p);)!*p?i++:0;putchar(i);}

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

download

return to the top page