ascending chars by clock

using System.Console;mutable a,b;for(;;){a=Read();when(a>b||a<11){b=a;Write(b:>char);}}

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

download

return to the top page