updated README

This commit is contained in:
Joshua Flores 2025-03-21 16:18:45 -04:00
parent 7e569b44b5
commit 9f6b002d34
No known key found for this signature in database
GPG key ID: 69CA63D415549E19

View file

@ -1,11 +1,11 @@
# Python based Advent of Code # Python based Advent of Code
## Purpose ## __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/ * adventofcode/
* contains the supporting libraries to make my solutions go * contains the supporting libraries to make my solutions go
* solutions/ * solutions/