aoc

Advent of Code Solutions
git clone git://git.alexkarle.com.com/aoc
Log | Files | Refs | README | LICENSE

README.md (497B) [raw]


      1 # Advent of Code
      2 
      3 Historically, I do the first 10d of so in a language that I'd like to learn /
      4 practice!
      5 
      6 * [2020](./2020): All Perl
      7 * [2021](./2021): Mostly Python, some C
      8 * [2022](./2022): Attempting CHICKEN Scheme
      9 * [2023](./2023): Busy year, only a couple days in Go/Perl
     10 * [2024](./2024): Even busier year, back to Python
     11 
     12 ## Language Breakdown
     13 
     14 Including comments, roughly the following LOC:
     15 
     16 ```
     17 Python	1751
     18 Scheme	1226
     19 Perl	946
     20 C	295
     21 Golang	118
     22 ```
     23 
     24 See [./sloc](./sloc) for methodology.