generated from public/aoc_template
Compare commits
No commits in common. "2d8384c29e8c009d668e1acf3110af48aa0d09da" and "5796d65b3da2b819bb0cf10eb559ea87f57f7fb7" have entirely different histories.
2d8384c29e
...
5796d65b3d
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 KiB |
@ -2,7 +2,7 @@
|
||||
|
||||
<!-- AOC TILES BEGIN -->
|
||||
<h1 align="center">
|
||||
2024 - 10 ⭐ - Python
|
||||
2024 - 8 ⭐ - Python
|
||||
</h1>
|
||||
<a href="day01.py">
|
||||
<img src=".aoc_tiles/tiles/2024/01.png" width="161px">
|
||||
@ -16,7 +16,4 @@
|
||||
<a href="day04.py">
|
||||
<img src=".aoc_tiles/tiles/2024/04.png" width="161px">
|
||||
</a>
|
||||
<a href="day05.py">
|
||||
<img src=".aoc_tiles/tiles/2024/05.png" width="161px">
|
||||
</a>
|
||||
<!-- AOC TILES END -->
|
||||
2
day05.py
2
day05.py
@ -14,12 +14,10 @@ class Day(AOCDay):
|
||||
inputs = [
|
||||
[
|
||||
(143, "input5_test"),
|
||||
(4766, "input5_martin"),
|
||||
(5732, "input5"),
|
||||
],
|
||||
[
|
||||
(123, "input5_test"),
|
||||
(6257, "input5_martin"),
|
||||
(4716, "input5"),
|
||||
],
|
||||
]
|
||||
|
||||
1377
inputs/input5_martin
1377
inputs/input5_martin
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user