From c025448c69db14f511216816d77d55231c01949d Mon Sep 17 00:00:00 2001 From: derNiklaas Date: Tue, 3 Dec 2024 11:26:46 +0000 Subject: [PATCH] Update badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9b2871..08ee8fb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Advent of Code 2024 [![Language](https://img.shields.io/badge/Language-Kotlin-purple)](https://kotlinlang.org/) -![](https://img.shields.io/badge/stars%20⭐-4-yellow) -![](https://img.shields.io/badge/days%20completed-2-red) +![](https://img.shields.io/badge/stars%20⭐-6-yellow) +![](https://img.shields.io/badge/days%20completed-3-red) ## About Advent of Code Advent of Code is an advent calendar of small programming puzzles that can be solved in any programming language you like. You can find more information about Advent of Code [here](https://adventofcode.com/2024/about).