class Jialin { public static void main(String[] args) { System.out.println( args[0] ); Integer a = 45; int b = 46; } }