From ea5b902c66700bb1f6e1275c649ce0d2af41a1e7 Mon Sep 17 00:00:00 2001 From: daniel0611 Date: Thu, 7 Dec 2023 09:30:30 +0000 Subject: [PATCH 1/2] Update badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251d8b2..f9b7f8b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Language](https://img.shields.io/badge/Language-rust-red)](https://rust-lang.org/) [![Days completed](https://img.shields.io/badge/day%20📅-7-blue)](https://adventofcode.com/2022) -[![Stars](https://img.shields.io/badge/stars%20⭐-11-yellow)](https://adventofcode.com/2022/stats) +[![Stars](https://img.shields.io/badge/stars%20⭐-13-yellow)](https://adventofcode.com/2022/stats) This repository contains my solutions for the [Advent Of Code](https://adventofcode.com/) 2023 challenges. For more information visit: https://adventofcode.com/2023/about From c462bac714c803aee27be5639502d3b6d6138802 Mon Sep 17 00:00:00 2001 From: daniel0611 Date: Fri, 8 Dec 2023 05:22:32 +0000 Subject: [PATCH 2/2] Update badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9b7f8b..43a56aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Advent of Code 2023 [![Language](https://img.shields.io/badge/Language-rust-red)](https://rust-lang.org/) -[![Days completed](https://img.shields.io/badge/day%20📅-7-blue)](https://adventofcode.com/2022) +[![Days completed](https://img.shields.io/badge/day%20📅-8-blue)](https://adventofcode.com/2022) [![Stars](https://img.shields.io/badge/stars%20⭐-13-yellow)](https://adventofcode.com/2022/stats) This repository contains my solutions for the [Advent Of Code](https://adventofcode.com/) 2023 challenges.