# Advent of Code Historically, I do the first 10d of so in a language that I'd like to learn / practice! * [2020](./2020): All Perl * [2021](./2021): Mostly Python, some C * [2022](./2022): Attempting CHICKEN Scheme * [2023](./2023): Busy year, only a couple days in Go/Perl * [2024](./2024): Even busier year, back to Python ## Language Breakdown Including comments, roughly the following LOC: ``` Python 1751 Scheme 1226 Perl 946 C 295 Golang 118 ``` See [./sloc](./sloc) for methodology.