diff --git a/2021/README.md b/2021/README.md new file mode 100644 index 0000000..540ad91 --- /dev/null +++ b/2021/README.md @@ -0,0 +1,11 @@ +# Advent of Code + +[![GitHub](https://img.shields.io/github/license/Noettore/AdventOfCode)](../LICENSE) +[![GitHub last commit](https://img.shields.io/github/last-commit/Noettore/AdventOfCode)](https://github.com/Noettore/AdventOfCode/commit/master) +[![Python](https://github.com/Noettore/AdventOfCode/workflows/Python/badge.svg)](https://github.com/Noettore/AdventOfCode/actions?query=workflow%3APython) + +## Year [2021](https://adventofcode.com/2021/) - Python + +| Day | Execution time with CPython 3.8.12 | Execution time with PyPy 7.3.3 Python 3.6.12 | +| ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | +| [Day 1](https://adventofcode.com/2021/day/1) | [1.3404 ms](./2021/solutions/day_01.py) | [244.3283 us](./2021/solutions/day_01.py) | diff --git a/README.md b/README.md index dee9a55..8a8beb9 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ | [2015](./2015) | Python | 12/50 | | [2018](./2018) | Go | 20/50 | | [2019](./2019) | Go | 12/50 | -| [2020](./2020) | Python | 50/50 | \ No newline at end of file +| [2020](./2020) | Python | 50/50 | +| [2021](./2021) | Python | --/50 | \ No newline at end of file