Hello Worldpublic class HelloWorld { public static void main(String[] args) { System.out.println("Hello world"); } }2009-04-17笔记