HelloBlogGarden

package blog.superzhao.helloblog;

public class HelloBlogGarden {

  public static void main(String[] args) {
    System.out.println("Hello Blog Garden, I'm superzhao, nice to meet you!");
  }

}

原文地址:https://www.cnblogs.com/superzhao/p/4588097.html