Vowel Heavy by ush

char*p;main(c,b){for(;gets(p=b);c>0&&puts(b))for(c=0;*p;)strchr("aeiou",*p++)?++c:--c;}

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

download

return to the top page