feat: add per-year aggregator packages so main.go remains readable
This commit is contained in:
6
internal/2022/register.go
Normal file
6
internal/2022/register.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package year2022
|
||||
|
||||
import (
|
||||
_ "advent-of-code/internal/2022/DayOne"
|
||||
_ "advent-of-code/internal/2022/DayTwo"
|
||||
)
|
||||
Reference in New Issue
Block a user