aboutsummaryrefslogtreecommitdiff
path: root/challenge-088/abigail/perl
AgeCommit message (Collapse)Author
2020-11-29Week 88, part 2, Perl: Simplified the program.Abigail
We don't have to move a pointer step-by-step, we're processing rows and columns, so we can just map{} got get a whole bunch.
2020-11-23Perl solution for week 88/part 2.Abigail
2020-11-23Perl solution for week 88/part 1.Abigail