From a0a1cb49e9e7b4f2d5d8ebdc4e886427e02cc0e6 Mon Sep 17 00:00:00 2001 From: pc9arzikf <2675083410@qq.com> Date: Sun, 26 Oct 2025 13:52:15 +0800 Subject: [PATCH] ADD file via upload --- BirdTest.java | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 BirdTest.java 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