Deadfish by murky-satyr

var n=0
while(0<1){readLine match{case"s"=>n*=n case"o"=>println(n)case"i"=>n+=1 case"d"=>n-=1}
if(n%64<1)n=0}

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

download

return to the top page