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