advent_of_code_2022

My (attempted) solutions to the 2022 Advent of Code
git clone https://git.eamoncaddigan.net/advent_of_code_2022.git
Log | Files | Refs | README

commit 3698bc608ac6fc291ae76fd58dbcbc9fbadc842e
parent 20a95877507a9e68fc153089234ca852f3db2095
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Fri,  2 Dec 2022 13:52:41 -0800

Ignoring data directory.

I'm using AdventOfCode.jl, which enforces a (reasonable) directory
structure. Inputs are downloaded and placed in data/, but we don't need
to keep those under revision control.
https://github.com/SebRollen/AdventOfCode.jl/commit/42114fb39ac4c74f3d2e5a07f83d9c554fb3d80f

Diffstat:
A.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +data/