updated README
This commit is contained in:
parent
1944b2f447
commit
2940137155
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Python based Advent of Code
|
# Python based Advent of Code
|
||||||
|
|
||||||
|
## Purpose
|
||||||
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 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.
|
[This](https://github.com/wilhelmagren/advent-of-code) is the more elegant inspiration for this project.
|
||||||
|
|
||||||
# Directory Structure
|
## Directory Structure
|
||||||
* adventofcode/ contains the supporting libraries to make my solutions go
|
* adventofcode/ contains the supporting libraries to make my solutions go
|
||||||
* solutions/ contains the solutions to problems, sorted by year/day
|
* 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
|
* 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