aoc2024/README.md
2024-12-10 09:30:50 +01:00

37 lines
941 B
Markdown

# Advent of Code 2024
<!-- AOC TILES BEGIN -->
<h1 align="center">
2024 - 20 ⭐ - 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>
<!-- AOC TILES END -->