Refactor framework to support more years

This commit is contained in:
2021-12-09 22:41:22 +01:00
parent 8f6de7b627
commit 55e4e62d97
6 changed files with 37 additions and 23 deletions

View File

@ -2,6 +2,7 @@
namespace trizz\AdventOfCode\Y21;
use trizz\AdventOfCode\Solution;
use JetBrains\PhpStorm\Immutable;
use trizz\AdventOfCode\Solution;