第一个程序——helloworld

public class HelloWorld{ public static voidmain(String[] args){ System.out.println("helloworld"); } }

    推荐阅读