Start of 2025 solution.

This commit is contained in:
dan612
2025-12-07 21:30:03 -05:00
parent bd948c30f6
commit 8d7fb0f479
12 changed files with 748 additions and 0 deletions

10
2025/vendor/composer/autoload_psr4.php vendored Normal file
View File

@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Aoc2025\\' => array($baseDir . '/src'),
);