From 216fb326ccb54f3b1e448696a6b6415de6e224c7 Mon Sep 17 00:00:00 2001 From: Joshua Flores Date: Fri, 21 Mar 2025 16:22:25 -0400 Subject: [PATCH] updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ad0dc6..b09d5c6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # 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](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 + - contains the supporting libraries to make my solutions go * solutions/ - * contains the Python solutions to problems, sorted by year/day + - 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 + - contains the personalized input data I was given from the website to solve, also sorted by year/day