feat: include 2018D1

This commit is contained in:
2025-11-30 12:45:45 +01:00
parent 9dd5f1354f
commit e198caf1b9

View File

@@ -15,6 +15,9 @@ import (
_ "advent-of-code/internal/2015/DayThree"
_ "advent-of-code/internal/2015/DayTwo"
// 2018
_ "advent-of-code/internal/2018/DayOne"
// 2020
_ "advent-of-code/internal/2020/DayEight"
_ "advent-of-code/internal/2020/DayFour"