Refactor framework to support more years
This commit is contained in:
8
src/Utils/Arr.php
Normal file
8
src/Utils/Arr.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace AdventOfCode21\Utils;
|
||||
|
||||
class Arr
|
||||
{
|
||||
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace AdventOfCode21\Utils;
|
||||
namespace trizz\AdventOfCode\Utils;
|
||||
|
||||
use cebe\markdown\GithubMarkdown;
|
||||
use function explode;
|
||||
|
Reference in New Issue
Block a user