My solutions for the advent of code!
Go to file
Andrew Lalis fc6d6a3e49 Added improved readme. 2023-12-01 09:54:21 -05:00
day_1 Added day 1 solution 2023-12-01 09:52:16 -05:00
LICENSE Initial commit 2023-12-01 09:12:02 -05:00
README.md Added improved readme. 2023-12-01 09:54:21 -05:00

README.md

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.