mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-01-12 18:08:38 +08:00
6 lines
55 B
Go
6 lines
55 B
Go
package D
|
|
|
|
func prefixesDivBy5(nums []int) []bool {
|
|
|
|
}
|