Make menu by rem

using System;class A{static void Main(){for(int a,c=0;(a=Console.Read())<99;Console.WriteLine(c=a==43?c+1:a==47?c/2:c*c));}}\x0d

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

download

return to the top page