🎉 Initialise le repo comme tous les ans
This commit is contained in:
8
day_1/part_1.php
Normal file
8
day_1/part_1.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
echo max(
|
||||
array_map(
|
||||
static fn($elf) => array_sum(explode("\n", $elf)),
|
||||
explode("\n\n", file_get_contents('./input.txt'))
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user