1 package chapone; 2 3 public class bookone { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 System.out.println("helloworld"); 8 } 9 10 }