Deadfish by zakki

var n=0;while(1>0){val c=readChar;if(c<'e')n-=1;if(c=='i')n+=1;if(c=='o')println(n);if(c>'r')n*=n;if(n<0|n==256)n=0}

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

download

return to the top page