From 3e5cdafea7203f452149810dbe7a8f149e4b90b8 Mon Sep 17 00:00:00 2001 From: 13766800364 <13766800364@qq.com> Date: Thu, 9 Oct 2025 16:07:51 +0800 Subject: [PATCH] Add File --- history/002_first_eye/run.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 history/002_first_eye/run.bat diff --git a/history/002_first_eye/run.bat b/history/002_first_eye/run.bat new file mode 100644 index 0000000..9000f92 --- /dev/null +++ b/history/002_first_eye/run.bat @@ -0,0 +1,3 @@ +call mvn clean compile +cd target\classes +java -classpath ".;*" com.github.drinkjava2.frog.env.Application \ No newline at end of file