1 class HellWorld{ 2 public static void main(String[] args) 3 { 4 System.out.println("你好世界"); 5 } 6 7 }