Refactor framework to support more years

This commit is contained in:
2021-12-09 22:41:22 +01:00
parent d3cd95aed2
commit 9891975d0f
56 changed files with 1257 additions and 1084 deletions

View File

@ -1,8 +1,8 @@
<?php
namespace AdventOfCode21;
namespace trizz\AdventOfCode;
use AdventOfCode21\Utils\SymfonyConsoleMarkdown;
use trizz\AdventOfCode\Utils\SymfonyConsoleMarkdown;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;