1
0

Added AOC 2022 day 01

This commit is contained in:
2022-12-01 13:05:42 +01:00
parent 1597283d15
commit a9737985e2
8 changed files with 2367 additions and 1 deletions

View File

@@ -99,10 +99,14 @@ return
['day' => 24, 'parts' => 2, 'title' => 'Lobby Layout', 'language' => 'rust', 'solutions' => ['459', '4150'] ],
['day' => 25, 'parts' => 1, 'title' => 'Combo Breaker', 'language' => 'rust', 'solutions' => ['3217885'] ],
],
'2021' =>
'2021' =>
[
['day' => 1, 'parts' => 2, 'title' => 'Sonar Sweep', 'language' => 'go', 'solutions' => ['1715', '1739'] ],
['day' => 2, 'parts' => 2, 'title' => 'Dive!', 'language' => 'go', 'solutions' => ['1451208', '1620141160'] ],
['day' => 3, 'parts' => 2, 'title' => 'Binary Diagnostic', 'language' => 'go', 'solutions' => ['2954600', '1662846'] ],
],
'2022' =>
[
['day' => 1, 'parts' => 2, 'title' => 'Calorie Counting', 'language' => 'nim', 'solutions' => ['66719', '198551'] ],
]
];