mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2026-04-09 23:33:30 +00:00
remove redundant type.
This commit is contained in:
@@ -5,8 +5,6 @@ import (
|
||||
"unicode"
|
||||
)
|
||||
|
||||
type M map[string]interface{}
|
||||
|
||||
// one computes points based on matching numbers
|
||||
func one(lines []string) (int, error) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user