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