2020 AoC, Days 1-4
This commit is contained in:
commit
5cef034755
9 changed files with 2782 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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).
|
||||
|
||||
## Depencies
|
||||
|
||||
Only Python3 for now !
|
Loading…
Add table
Add a link
Reference in a new issue