diff --git a/README.md b/README.md index 7ddde5c..a384c09 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Advent of Rust 2024 -A few of the solutions for [Advent of Code 2024](https://adventofcode.com/2024) in Rust. \ No newline at end of file +A few of the solutions for [Advent of Code 2024](https://adventofcode.com/2024) in Rust. + +## Points + +I finally (as of October 2025) finished all existing puzzles and am a part of the 500 star club! + +![Screenshot from Advent of Code saying "Totals stars: 500"](assets/500stars.png) diff --git a/assets/500stars.png b/assets/500stars.png new file mode 100644 index 0000000..334d85f Binary files /dev/null and b/assets/500stars.png differ