Search Results

1
vote

Stack overflow code golf

won't be the shortest but I had to try something... C# string[] f = new string[0]; Main(f); bit shorter static void Main(){Main();} …