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!");
}
}
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!");
}
}