Update stuff

This commit is contained in:
2024-12-01 11:30:31 +01:00
parent d3f2406b23
commit 6915c35fed
13 changed files with 784 additions and 805 deletions

View File

@ -69,7 +69,7 @@ final class Day2 extends Solution
}
/**
* @return array<int, array<int, string>>
* @return array{string, non-empty-list<string>}
*/
private function getHand(string $line): array
{