aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9fe4352..3353047 100644
--- 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`