From 075e1fecc561eb41b59afc23f1d14fc67beeac11 Mon Sep 17 00:00:00 2001 From: merrywhether Date: Tue, 10 Dec 2024 08:04:56 +0000 Subject: [PATCH] auto-update README stars --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f116c50..3f88c0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AoC 2024 -[![](https://img.shields.io/badge/stars%20⭐-18-yellow)](#2024-results) -[![](https://img.shields.io/badge/days%20completed-9-red)](#2024-results) +[![](https://img.shields.io/badge/stars%20⭐-20-yellow)](#2024-results) +[![](https://img.shields.io/badge/days%20completed-10-red)](#2024-results) [Advent of Code 2024](https://adventofcode.com/2024) using(/learning) Deno and Zed. @@ -72,6 +72,7 @@ deno run test:input | [Day 7](https://adventofcode.com/2024/day/7) | ⭐ | ⭐ | | [Day 8](https://adventofcode.com/2024/day/8) | ⭐ | ⭐ | | [Day 9](https://adventofcode.com/2024/day/9) | ⭐ | ⭐ | +| [Day 10](https://adventofcode.com/2024/day/10) | ⭐ | ⭐ | ## Useful references