临时写一个 Main 类, 此页面只是为了测试模板。

public class Main {

    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}