Hello World!

 

public class Demo{
    public static void main(String[] args) {
        System.out.println("hello world");
    }
}

 

posted @ 2019-10-26 22:52  码出天地  阅读(99)  评论(0编辑  收藏  举报