Count of circles in a number aka 2581 by clock

System.in.eachLine{println it.findAll(/[0698]/).size+it.count('8')}

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

download

return to the top page