第一次作业

package chap1;

public class Main {
    public static void main(String[] args)
    {
        System.out.println("helloworld");
    }
}

原文地址:https://www.cnblogs.com/ertangxuanhua/p/12430725.html