HelloWorld!!!

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("HelloWorld!!!");
    }
}
原文地址:https://www.cnblogs.com/tyrion4396/p/13285824.html