From 58980edfb0189ea2c91f6bae752d72c2dc2557b6 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 3 Dec 2021 17:48:04 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd3e3ca..b45d08c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### My solutions to the [advent of code](https://adventofcode.com), years 2020 and 2021. +#### My solutions to the [2020](https://adventofcode.com/2020) and [2021](https://adventofcode.com/2021) [advent of code](https://adventofcode.com). #### My own rules for 2020 : - **C** : Only *standard* libraries (for example, no external sort).