mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-01-13 02:38:37 +08:00
routine
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package D
|
||||
package L12
|
||||
|
||||
func prefixesDivBy5(nums []int) []bool {
|
||||
ans := make([]bool, len(nums))
|
||||
|
||||
Reference in New Issue
Block a user