From 1dd8aa16bdfa5e05e8b6f9eb8321bd806c83b937 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Fri, 3 Dec 2021 23:59:49 +0100 Subject: [PATCH] AoC 2021: day 3 README Signed-off-by: Ettore Dreucci --- 2021/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/2021/README.md b/2021/README.md index c0c5157..7eb2f22 100644 --- a/2021/README.md +++ b/2021/README.md @@ -10,3 +10,4 @@ | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | | [Day 1](https://adventofcode.com/2021/day/1) | [1.3404 ms](./solutions/day_01.py) | [244.3283 us](./solutions/day_01.py) | | [Day 2](https://adventofcode.com/2021/day/2) | [995.6699 us](./solutions/day_02.py) | [372.0404 us](./solutions/day_02.py) | +| [Day 3](https://adventofcode.com/2021/day/3) | [5.5745 ms](./solutions/day_03.py) | [919.8747 us](./solutions/day_03.py) |