From 9706ba1d65e9ae8b1b6156bfb61fa87d922220fc Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期三, 18 十月 2023 10:38:08 +0800 Subject: [PATCH] 10.18 --- cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java b/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java index 47e791e..147ab20 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java +++ b/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java @@ -260,8 +260,4 @@ } - public static void main(String[] args) { - Integer integer = startGame(1, 13, 1001, 1001); - System.out.println(integer); - } } -- Gitblit v1.7.1