class Hello { public static void main(String argv[]) { System.out.println("Hello " + argv[0]); // System.out.println("Die " + argv[1]); } }