nickchange
2023-10-18 f9428b9bf58824e408d4c8fbeb253ba6cc4d4f5d
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);
    }
}