You are on page 1of 1

class Test

{
public static void main(String args[])
{
System.out.println(args[0]);
}

You might also like