9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-22 16:39:31 +00:00

checkpoint - 1

This commit is contained in:
XiaoMoMi
2024-05-18 03:16:02 +08:00
parent f19d0e05c5
commit 5166989a48
397 changed files with 6706 additions and 6383 deletions

View File

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