App2.App2.Main C# (CSharp) Method

Main() static private method

static private Main ( ) : void
return void
		static void Main ()
		{
			string input = Console.In.ReadToEnd ();
			Console.Write (input);
		}
	}
App2