Simple Preprocessor by david_werecat

using System;class p{static void Main(){for(String l;0<1;)if((l=Console.ReadLine().Trim())!=""&&l[0]!='#')Console.WriteLine(l);}}

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

download

return to the top page