Pragraph counter by smkt

main(i){char p[999];for(i=0;gets(p);)!*p?i++:0;printf("%d",i+1);}

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

download

return to the top page