Java第一次作业

package hello;

public class zzt {

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

}

原文地址:https://www.cnblogs.com/zhangjiatong/p/12456870.html