Files
AdventOfCode/2021/README.md

12 lines
898 B
Markdown

# 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](./solutions/day_01.py) | [244.3283 us](./solutions/day_01.py) |