All my Advent of Code repos:
- AoC 2015 in Nim, Python (this repo)
- AoC 2016 in Python, Clojure
- AoC 2017 in Nim, OCaml, Python
- AoC 2018 in Nim, Python, Racket
- AoC 2019 in OCaml, Python
- AoC 2020 in Nim, one liner-y Python, Racket
- AoC 2021 in Python, Racket
- AoC 2022 in Python, Clojure
- AoC 2023 in Clojure
My solutions for Advent of Code 2015.
The puzzles were solved with Nim in November 2017 as a warming up for AoC 2017. I decided to use Nim because I just started exploring it (Python-like syntax, with C-like speeds), and this will be a good practice to improve my Nim skills.
Python solutions were added in November 2021.