init: 划分模块

This commit is contained in:
2025-11-20 13:30:33 +08:00
commit 22f0d56efe
26 changed files with 831 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package org.nl;
/**
* @Author: lyd
* @Date: ${DATE}
*/
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}