JAVA第一次作业

package helloworld;

public class zhangjun {

    public static void main(String[] args) {
        // TODO Auto-generated method stub
        //printf("你好");

        System.out.println("hello");
        
    }

}

原文地址:https://www.cnblogs.com/zhangjun19991118/p/12430416.html