From 5917fce4e47f0cdaff27979b1962753b51de7bec Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Sun, 15 Dec 2024 19:29:55 +0100 Subject: [PATCH] 2015: Add readme --- 2015/README.md | 15 +++++++++++++++ README.md | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 2015/README.md diff --git a/2015/README.md b/2015/README.md new file mode 100644 index 0000000..073d41b --- /dev/null +++ b/2015/README.md @@ -0,0 +1,15 @@ +# Advent of Code 2015 Python + +From . Better late than never ;) + +## System requirements + +- Python 3.13 + +Only Linux has been tested. Other platforms might just work though. + +## Compile & run + +```bash +python -m unittest * +``` diff --git a/README.md b/README.md index 128c30f..d43a9a0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ From . Very much work in progress and better late tha ## The years +- Advent of Code 2015 Python +- Advent of Code 2016 - Advent of Code 2017 Typescript - Advent of Code 2018 C# - Advent of Code 2019 Kotlin