Java--Hello world

 public class Hello{

  public staic void main(String[] args){

      System.out.print("Hello world!");

  }

}

posted @ 2020-09-13 19:07  小猿侠  阅读(98)  评论(0)    收藏  举报