feat: register day one
This commit is contained in:
5
internal/2016/register.go
Normal file
5
internal/2016/register.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package year2016
|
||||
|
||||
import (
|
||||
_ "advent-of-code/internal/2016/DayOne"
|
||||
)
|
||||
Reference in New Issue
Block a user