1class Test01 { 2 3 public static void main(String[] args) { 4 System.out.println("hello, world!"); 5 } 6} 7