第一周的博客

小学期到来开始了Java每天的学习。

本周:

public class Hello{

   public static void main(String[] args){

      System.out.println("hello man!");

   }

}

写了一个hello word。

posted @ 2022-07-02 23:49  WLZN  阅读(28)  评论(0)    收藏  举报