6 lines
114 B
PHP
6 lines
114 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
require_once __DIR__ . '/vendor/autoload.php';
|
||
|
|
|
||
|
|
echo "These are the results of the AoC 2025 challenge:\n";
|