commit e2aa313e124b5af1ac1a29d1efbea07fe24779b8 parent 03947c5f33acdc6c56e3f62bac2fab67bca98b40 Author: Louis Burda <quent.burda@gmail.com> Date: Sat, 8 Apr 2023 12:46:22 -0400 Add version info Diffstat:
M | README.md | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,3 +1,5 @@ # Advent Of Code 2018 -Solutions to the annual [coding advent calendar](https://adventofcode.com) written in Python 3. +Solutions to the annual [coding advent calendar](https://adventofcode.com) written in [Python](https://www.python.org/). + +The version of python used to run the code is: `3.10.10`