Skip to content

Commit

Permalink
2015: Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Dec 15, 2024
1 parent 78d9ae5 commit 5917fce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 2015/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Advent of Code 2015 Python

From <https://adventofcode.com/2015>. 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 *
```
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ From <https://adventofcode.com/>. Very much work in progress and better late tha

## The years

- Advent of Code 2015 Python <https://github.com/jp7677/adventofcode/tree/main/2015>
- Advent of Code 2016
- Advent of Code 2017 Typescript <https://github.com/jp7677/adventofcode/tree/main/2017>
- Advent of Code 2018 C# <https://github.com/jp7677/adventofcode/tree/main/2018>
- Advent of Code 2019 Kotlin <https://github.com/jp7677/adventofcode/tree/main/2019>
Expand Down

0 comments on commit 5917fce

Please sign in to comment.