feat: include 2018D2

This commit is contained in:
2025-11-30 12:50:47 +01:00
parent 0dc0c3af3d
commit 4179c88afb

View File

@@ -17,6 +17,7 @@ import (
// 2018
_ "advent-of-code/internal/2018/DayOne"
_ "advent-of-code/internal/2018/DayTwo"
// 2020
_ "advent-of-code/internal/2020/DayEight"