diff --git a/day358/problem.go b/day358/problem.go index fe79c9e..887c8dc 100644 --- a/day358/problem.go +++ b/day358/problem.go @@ -2,6 +2,7 @@ package day358 import "github.com/algds/minmaxcnt" +// Wrapper delegates to a library. type Wrapper struct { delegate minmaxcnt.Interface }