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