Advent-of-Code/README.md

12 lines
434 B
Markdown
Raw Permalink Normal View History

2019-12-08 14:33:52 +01:00
# Advent of Code
This repository contains my solutions for [Advent of Code](https://adventofcode.com/).
The folder for each day contains:
- Task of the day
- Input for the given task
2020-12-04 14:14:48 +01:00
- Code to solve the given task (main file is always "code.py")
2019-12-08 14:33:52 +01:00
- My solutions to the given input
Please note that all task descriptions on the AoC website could've been changed since they were added to this repository to clarify certain passages.