class Program { public static void Main(String[] args) { foreach (var arg in args) { Console.WriteLine(arg); } } }