Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 265 Bytes

Advent of Code

My solutions to https://adventofcode.com/

Mostly in Perl. Explantions to (some) solutions can be found in my blog

Most solutions need the input passed via STDIN, like so:

perl 01_1.pl < 01.data