完善小游戏逻辑

This commit is contained in:
2024-10-17 01:21:55 +08:00
parent 411876b377
commit 2fb887a936
2 changed files with 63 additions and 8 deletions
+4
View File
@@ -10,3 +10,7 @@ func TestP1(t *testing.T) {
r := views.IsArithmeticSequence2([]int{0, 4, 8}, 8, 3, 3, 3)
fmt.Println(r)
}
func TestP2(t *testing.T) {
}