From fc6d6a3e49da73d8317bc7705cf42be3fb6a6c85 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Fri, 1 Dec 2023 09:54:21 -0500 Subject: [PATCH] Added improved readme. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b47649..6924a1b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# AdventOfCode2023 -My solutions for the advent of code! +# Advent of Code 2023 + +This repository has my solutions for this year's Advent of Code challenges. Each day's challenge will be placed into a directory named `day_N`, where `N` is the day of the challenge. Each day will have a solution program named `solution.*` (with the filetype depending on which programming language I used). + +For D programs, you can simply run them with `rdmd solution.d`.