using System;
namespace ProgramName
{
class Program
static void Main(string[] args)
Console.Write(Environment.CommandLine);
}