feat: solve day 5 part 1
This commit is contained in:
@@ -7,6 +7,9 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// TODO: Refactor this to separate package
|
||||
// in internal/
|
||||
|
||||
const RangeSeparatorCharacter = "-"
|
||||
|
||||
type Range interface {
|
||||
|
||||
Reference in New Issue
Block a user