java hello word

来源:互联网 发布:矢量化软件 编辑:程序博客网 时间:2024/05/21 21:47

 public class Hello

{

     public static void main(String args[])

     {

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

     }

}

 

JAVA新手上路~~

原创粉丝点击