Hello World

记录在博客园的第一天,加油加油

public class FirstDay {

    public static void main(String[] args) {
        System.out.println("在博客园的第一天");
        System.out.println("Hello World!");
    }

}

 

posted @ 2021-01-16 11:38  unnerd  阅读(33)  评论(0)    收藏  举报