day9 - tiles

This commit is contained in:
Stefan Harmuth 2024-12-09 10:09:16 +01:00
parent 2cb9a83234
commit 543684569b
6 changed files with 13 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -2,7 +2,7 @@
<!-- AOC TILES BEGIN -->
<h1 align="center">
2024 - 10 ⭐ - Python
2024 - 18 ⭐ - Python
</h1>
<a href="day01.py">
<img src=".aoc_tiles/tiles/2024/01.png" width="161px">
@ -19,4 +19,16 @@
<a href="day05.py">
<img src=".aoc_tiles/tiles/2024/05.png" width="161px">
</a>
<a href="day06.py">
<img src=".aoc_tiles/tiles/2024/06.png" width="161px">
</a>
<a href="day07.py">
<img src=".aoc_tiles/tiles/2024/07.png" width="161px">
</a>
<a href="day08.py">
<img src=".aoc_tiles/tiles/2024/08.png" width="161px">
</a>
<a href="day09.py">
<img src=".aoc_tiles/tiles/2024/09.png" width="161px">
</a>
<!-- AOC TILES END -->

0
main.py Normal file → Executable file
View File