第一次使用测试

JAVA学习网 2017-10-06 13:42:01

hello,world                                                                                                                                                                           

package theFirstJavaProgram;

public class test {

    public static void main(String[] args) {
        // TODO Auto-generated method stub
               System.out.println("hello,world");
    }

}    

                                                        2017-10-06

阅读(714) 评论(0)