package p; class A { public static void main(String[] args) { String b= args[0]; // moin moin System.out.println(b); } }