Skip to content

Commit 6f19974

Browse files
committed
updated readme with badges
1 parent 9dd2bb4 commit 6f19974

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 🎅 Advent of Code 2023
2+
![Made with Python](https://img.shields.io/badge/Python-v3.13-blue?logo=python&logoColor=white)
3+
[![AoC 2023](https://img.shields.io/badge/2023-⭐%2027-gray?logo=adventofcode&labelColor=8a2be2)](https://adventofcode.com/2023)
4+
[![License: MIT](https://img.shields.io/github/license/TeKrop/advent-of-code-2023)](https://github.com/TeKrop/advent-of-code-2023/blob/main/LICENSE)
5+
26
Advent of Code 2023 solutions in Python. It uses `uv` for dependencies management, `typer` for CLI commands, and `pyinstrument` for profiling. My goal is to write the most readable, understandable and maintainable solutions IMO, which are not necessarily the most performant ones.
37

48
The project comes with a dotenv file in which you can specify an `AOC_SESSION_ID` if you wish to automate your input retrieval, and make an answer from CLI directly.

0 commit comments

Comments
 (0)