Compare commits

...

2 Commits

Author SHA1 Message Date
2d8384c29e day5 - tiles 2024-12-05 10:55:36 +01:00
c86e6e1dd4 day5 - foreign input 2024-12-05 10:55:23 +01:00
4 changed files with 1383 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -2,7 +2,7 @@
<!-- AOC TILES BEGIN --> <!-- AOC TILES BEGIN -->
<h1 align="center"> <h1 align="center">
2024 - 8 ⭐ - Python 2024 - 10 ⭐ - Python
</h1> </h1>
<a href="day01.py"> <a href="day01.py">
<img src=".aoc_tiles/tiles/2024/01.png" width="161px"> <img src=".aoc_tiles/tiles/2024/01.png" width="161px">
@ -16,4 +16,7 @@
<a href="day04.py"> <a href="day04.py">
<img src=".aoc_tiles/tiles/2024/04.png" width="161px"> <img src=".aoc_tiles/tiles/2024/04.png" width="161px">
</a> </a>
<a href="day05.py">
<img src=".aoc_tiles/tiles/2024/05.png" width="161px">
</a>
<!-- AOC TILES END --> <!-- AOC TILES END -->

View File

@ -14,10 +14,12 @@ class Day(AOCDay):
inputs = [ inputs = [
[ [
(143, "input5_test"), (143, "input5_test"),
(4766, "input5_martin"),
(5732, "input5"), (5732, "input5"),
], ],
[ [
(123, "input5_test"), (123, "input5_test"),
(6257, "input5_martin"),
(4716, "input5"), (4716, "input5"),
], ],
] ]

1377
inputs/input5_martin Normal file

File diff suppressed because it is too large Load Diff