java第一课

class Hello
{
      public static void  main(String[] args)
      { 
          System.out.println("Hello World!!!");
      }
}

 

posted @ 2016-05-03 21:10  凌零聆  阅读(173)  评论(0编辑  收藏  举报