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