feat: include 2018D3

This commit is contained in:
2025-12-01 20:09:12 +01:00
parent 6668e8ae1b
commit 375b756718

View File

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