aoc2015

Advent of Code 2015 solutions in Perl.
git clone git://git.samirparikh.com/aoc2015
Log | Files | Refs | README

commit 1e181d7daf1df68ff8894b76492986f9a024e2e5
parent 95fe4852b4282ab0c2bd5d7d358583637eca3858
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Fri, 14 Oct 2022 15:17:06 +0000

update .gitignore to ignore test files

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

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ *.txt *.swp boilerplate.pl +test