初始化提交

This commit is contained in:
谭凯凯
2025-02-07 16:09:25 +08:00
committed by Tankaikai
parent 88dc5e10b9
commit f5c38b4d0e
6 changed files with 203 additions and 59 deletions

View File

@@ -0,0 +1,11 @@
package com.czg;
/**
* @author tankaikai
* @since ${YEAR}-${MONTH}-${DAY} ${TIME}
*/
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}