chore: remove deprecated file

This commit is contained in:
Libin YANG
2025-04-15 08:20:06 +00:00
parent 794aee18a1
commit d0815e386e
3 changed files with 8 additions and 77 deletions

8
Main.java Normal file
View File

@@ -0,0 +1,8 @@
/**
* @author yanglbme
*/
public class Main {
public static void main(String[] args) {
System.out.println("互联网 Java 工程师进阶知识完全扫盲");
}
}