init项目

This commit is contained in:
2024-08-13 19:29:04 +08:00
parent a79572bd76
commit c24f79e11c
10 changed files with 392 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
package com.njcn.gather;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}