Added improved readme.

This commit is contained in:
Andrew Lalis 2023-12-01 09:54:21 -05:00
parent 63556ef929
commit fc6d6a3e49
1 changed files with 5 additions and 2 deletions

View File

@ -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`.