2 lines
110 B
C#
2 lines
110 B
C#
|
using System; class Program{static int Main(string[] args){Console.WriteLine(args[0]);int i=0;i++;return 0;}}
|