aoc2024/README.md
2024-12-16 09:46:12 +01:00

55 lines
1.4 KiB
Markdown

# Advent of Code 2024
<!-- AOC TILES BEGIN -->
<h1 align="center">
2024 - 32 ⭐ - Python
</h1>
<a href="day01.py">
<img src=".aoc_tiles/tiles/2024/01.png" width="161px">
</a>
<a href="day02.py">
<img src=".aoc_tiles/tiles/2024/02.png" width="161px">
</a>
<a href="day03.py">
<img src=".aoc_tiles/tiles/2024/03.png" width="161px">
</a>
<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>
<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>
<a href="day10.py">
<img src=".aoc_tiles/tiles/2024/10.png" width="161px">
</a>
<a href="day11.py">
<img src=".aoc_tiles/tiles/2024/11.png" width="161px">
</a>
<a href="day12.py">
<img src=".aoc_tiles/tiles/2024/12.png" width="161px">
</a>
<a href="day13.py">
<img src=".aoc_tiles/tiles/2024/13.png" width="161px">
</a>
<a href="day14.py">
<img src=".aoc_tiles/tiles/2024/14.png" width="161px">
</a>
<a href="day15.py">
<img src=".aoc_tiles/tiles/2024/15.png" width="161px">
</a>
<a href="day16.py">
<img src=".aoc_tiles/tiles/2024/16.png" width="161px">
</a>
<!-- AOC TILES END -->