day3 - tiles

This commit is contained in:
Stefan Harmuth 2024-12-03 06:34:35 +01:00
parent db54d9589c
commit 0dbc142494
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -2,7 +2,7 @@
<!-- AOC TILES BEGIN --> <!-- AOC TILES BEGIN -->
<h1 align="center"> <h1 align="center">
2024 - 4 ⭐ - Python 2024 - 6 ⭐ - 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">
@ -10,4 +10,7 @@
<a href="day02.py"> <a href="day02.py">
<img src=".aoc_tiles/tiles/2024/02.png" width="161px"> <img src=".aoc_tiles/tiles/2024/02.png" width="161px">
</a> </a>
<a href="day03.py">
<img src=".aoc_tiles/tiles/2024/03.png" width="161px">
</a>
<!-- AOC TILES END --> <!-- AOC TILES END -->