NOT gate by tabasa

using System;\x0d
public class C\x0d
{public static int Main(){Console.WriteLine(1-int.Parse(Console.ReadLine()));return 0;}}

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

download

return to the top page