From 2d3af9d1ebd56af8c9769e43bca8fe8b745f1438 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Fri, 7 Jul 2023 01:29:07 -0400 Subject: [PATCH] Fix README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7d8e4dd..d1b737c 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,11 @@ This repository contains my personal solutions for the Advent of Code puzzles. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. -``` - .-"-. .-"-. .-"-. .-"-. -/_:_\_ /_:_\_ /_:_\_ /_:_\_ -( `@` ) ( `@` ) ( `@` ) ( `@` ) - ') (` ') (` ') (` ') (` - /`'--'\ /`'--'\ /`'--'\ /`'--'\ -(_)(_) (_) (_)(_) (_) (_)(_) (_) (_)(_) (_) -``` - ## Repository Structure The repository is structured by year, with each day's solution as a standalone Python file. +``` Advent-of-Code │ └───2021 @@ -32,6 +24,7 @@ Advent-of-Code │ day2 │ day2.py └─── ... +``` How to Use