测试

这是一篇测试文章

  • 怎么做
  • 为什么
  • 写文章
  • 写什么
public class Test {
	public static void main(String [] args) {
    	System.out.print("Hello World");
    }
}