cnblog test

这是一篇测试用博客!
 1 /*
 2   * 第一篇测试博客
 3   *
 4    */
 5 public class TestCnBlog {
 6    public static void main(String[]args) {
 7       System.out.println("This is a test for cnblog!");
 8       System.exit(0);
 9    }
10 }

原文地址:https://www.cnblogs.com/feichexia/p/2515333.html