updated README
This commit is contained in:
parent
3492294335
commit
1944b2f447
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -0,0 +1,10 @@
|
|||
# Python based Advent of Code
|
||||
|
||||
This project is for me to mess around with Python packaging concepts/repo format as well as try to store my Advent of Code solutions somewhat efficiently.
|
||||
|
||||
[This](https://github.com/wilhelmagren/advent-of-code) is the more elegant inspiration for this project.
|
||||
|
||||
# Directory Structure
|
||||
* adventofcode/ contains the supporting libraries to make my solutions go
|
||||
* solutions/ contains the solutions to problems, sorted by year/day
|
||||
* data/ contains the personalized input data I was given from the website to solve
|
Loading…
Add table
Add a link
Reference in a new issue