public class P1 {
public static void main (String[] args ) { //main method
System.out.println("Hii! ") ; //print Hii to the output straem
} //end of main()
} // end of class P1