From 7e569b44b5c07a59ac4eaae03e0ee4b665bd82f4 Mon Sep 17 00:00:00 2001 From: Joshua Flores Date: Fri, 21 Mar 2025 16:14:07 -0400 Subject: [PATCH] updated README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 352b497..df9e96c 100644 --- a/README.md +++ b/README.md @@ -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