mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-27 06:03:39 +08:00
6 lines
68 B
Go
6 lines
68 B
Go
package leetcode
|
|
|
|
func stoneGame(piles []int) bool {
|
|
return true
|
|
}
|