class test { public void static main(String a[]) { System.out.println("hello" + a[0]); } }