1
0

Added AOC 2022 day 09

This commit is contained in:
2022-12-09 11:54:36 +01:00
parent d1f6a43bba
commit 0283e4df09
5 changed files with 2846 additions and 0 deletions

View File

@@ -115,5 +115,6 @@ return
['day' => 6, 'parts' => 2, 'title' => 'Tuning Trouble', 'language' => 'nim', 'solutions' => ['1042', '2980'] ],
['day' => 7, 'parts' => 2, 'title' => 'No Space Left On Device', 'language' => 'nim', 'solutions' => ['1243729', '4443914'] ],
['day' => 8, 'parts' => 2, 'title' => 'Treetop Tree House', 'language' => 'nim', 'solutions' => ['1823', '211680'] ],
['day' => 8, 'parts' => 2, 'title' => 'Rope Bridge', 'language' => 'nim', 'solutions' => ['6037', '2485'] ],
]
];