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