Advent-of-Code/README.md

14 lines
476 B
Markdown
Raw Permalink Normal View History

2020-12-04 23:10:35 +01:00
# Advent of Code - trotFunky's pot O' code
This is the repository where I'll be storing my solutions for the [Advent of Code](https://adventofcode.com) event run by [Eric Wastl](http://was.tl/).
The directory structure is simple : `year/day`, each day containing the input file and at least one file containing my solution(s). The prompts of each puzzles will not be repeated here, so go check them on the site !
2020-12-04 23:10:35 +01:00
## Depencies
2021-12-03 23:59:40 +00:00
2020:
- Python3
2021:
- Rust (Cargo)