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