using System;class MainClass { public static void Main() { Console.WriteLine("Command line : " + Environment.CommandLine); }}