aoc2021

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

commit 4bccba1a4ea7705f2ca0ffda51db9276d4aab3ca
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Wed,  1 Dec 2021 20:41:58 +0000

add README

Diffstat:
AREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1 @@ +This repository contains my attempt to solve the 2021 edition of the [Advent of Code](https://adventofcode.com/2021) puzzle using Perl 5.