remove redundant type.

This commit is contained in:
onyx-and-iris 2023-12-04 18:51:16 +00:00
parent f3985498ce
commit 78f122c850

View File

@ -5,8 +5,6 @@ import (
"unicode" "unicode"
) )
type M map[string]interface{}
// 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) {