updated README
This commit is contained in:
parent
2940137155
commit
7e569b44b5
1 changed files with 6 additions and 3 deletions
|
@ -6,6 +6,9 @@ This project is for me to mess around with Python packaging concepts/repo format
|
|||
[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 Python solutions to problems, sorted by year/day
|
||||
* data/ contains the personalized input data I was given from the website to solve, also sorted by year/day
|
||||
* adventofcode/
|
||||
* contains the supporting libraries to make my solutions go
|
||||
* solutions/
|
||||
* contains the Python solutions to problems, sorted by year/day
|
||||
* data/
|
||||
* contains the personalized input data I was given from the website to solve, also sorted by year/day
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue