小武Alan
一个自由的程序员

Blog 第4页

Hello World

public class HelloWorld { public static void main(String[] args) { System.out.println("Hello world"); } }