mirror of
https://github.com/cubixle/codekata-golang.git
synced 2026-04-24 23:04:42 +01:00
41: reduce boundary
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
for i := 987654321; i > 1; i-- {
|
||||
for i := 7654321; i > 1; i-- {
|
||||
if !isPandigital(strconv.Itoa(i)) {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user