呵呵哈嘿!
public class Helloworld { public static void main(String[] args){ System.out.println("hello world!"); System.out.println("I‘m coming!"); } }
hello world!
原文:http://www.cnblogs.com/shoudi/p/4082970.html