diff --git a/BirdTest.java b/BirdTest.java new file mode 100644 index 0000000..1295a42 --- /dev/null +++ b/BirdTest.java @@ -0,0 +1,25 @@ +package 鸟类与企鹅(LSP); + + +/** + * @author 方初阳 + * @version 1.0 + * @created 23-10月-2025 20:28:28 + */ +public class BirdTest { + + public BirdTest(){ + + } + + public void finalize() throws Throwable { + + } + /** + * + * @param args + */ + public static void main(String[] args){ + + } +}//end BirdTest \ No newline at end of file