mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
whitespace
This commit is contained in:
parent
78f122c850
commit
981152aba2
@ -7,7 +7,6 @@ import (
|
|||||||
|
|
||||||
// one computes points based on matching numbers
|
// one computes points based on matching numbers
|
||||||
func one(lines []string) (int, error) {
|
func one(lines []string) (int, error) {
|
||||||
|
|
||||||
f := func(c rune) bool {
|
f := func(c rune) bool {
|
||||||
return !unicode.IsDigit(c)
|
return !unicode.IsDigit(c)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user