diff --git a/2024/README.md b/2024/README.md index 0ecdc94..4dadd07 100644 --- a/2024/README.md +++ b/2024/README.md @@ -1,6 +1,6 @@ # Advent of Code 2024 -![](https://img.shields.io/badge/stars%20⭐-16-yellow) +![](https://img.shields.io/badge/stars%20⭐-18-yellow) This advent of code I did in Python. To run a solution use the following command: `python src/dayXX.py partX` diff --git a/README.md b/README.md index a63bd58..2ee35a0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The dependencies can be loaded using (flake support is required). ## 2024 -![2024](https://img.shields.io/badge/stars%20⭐-16-yellow) +![2024](https://img.shields.io/badge/stars%20⭐-18-yellow) For this one I chose Python.