From 1ee4958e0b3c9425a3a0b5bb2cca3171207575f6 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Sun, 13 Dec 2020 22:33:17 +0100 Subject: [PATCH] AoC 2020: day13, updated README Signed-off-by: Ettore Dreucci --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 188d27e..f264fda 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ | [Day 10](https://adventofcode.com/2020/day/10) | [139.110us](./2020-python/solutions/day_10.py) | [98.594µs](./2020-python/solutions/day_10.py) | | [Day 11](https://adventofcode.com/2020/day/11) | [2.879s](./2020-python/solutions/day_11.py) | [419.447ms](./2020-python/solutions/day_11.py) | | [Day 12](https://adventofcode.com/2020/day/12) | [746.181µs](./2020-python/solutions/day_12.py) | [211.216µs](./2020-python/solutions/day_12.py) | +| [Day 13](https://adventofcode.com/2020/day/13) | [122.107µs](./2020-python/solutions/day_13.py) | [100.671µs](./2020-python/solutions/day_13.py) |