feat: solve day 5 part 1

This commit is contained in:
Stevan Freeborn
2025-12-09 07:09:27 -06:00
parent 247f76026d
commit 9c221a8112
4 changed files with 118 additions and 1 deletions
+3
View File
@@ -7,6 +7,9 @@ import (
"strings"
)
// TODO: Refactor this to separate package
// in internal/
const RangeSeparatorCharacter = "-"
type Range interface {