From 87b994cf7d8687ae7e06c7d53a8071d624dba084 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Mon, 4 Sep 2023 18:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=20Solution.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Solution.java | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Solution.java diff --git a/src/Solution.java b/src/Solution.java new file mode 100644 index 0000000..046213d --- /dev/null +++ b/src/Solution.java @@ -0,0 +1,2 @@ +public class Solution { +}