Skip to content

cpupg@github的博客

好记性不如烂笔头,除非非常熟练

学习是为了更好的编码

java
public Class HelloWorld {
  public static void main(String[] args) {
    System.out.println("hello,world");
  }
}