mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
remove redundant type.
This commit is contained in:
parent
f3985498ce
commit
78f122c850
@ -5,8 +5,6 @@ import (
|
||||
"unicode"
|
||||
)
|
||||
|
||||
type M map[string]interface{}
|
||||
|
||||
// one computes points based on matching numbers
|
||||
func one(lines []string) (int, error) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user