Skip to content

tsandrini/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

Description

These are my personal solutions to the advent-of-code procrastination shenanigans. Instead of having multiple repositories I prefer to have them all in one.

Every year I might switch and try out a different language, that's why each year has its own root and tooling.

Nix

For setting up reproducible tooling and developer environments I use Nix and my personal tsandrini/practical-flakes-template template which you can find in every year. This makes it fairly easy to set up radically different tooling every year.

Solutions

  • 2023: Used OCaml OCaml this year. Pretty good year, missed only the last problems.
  • 2022: Using Rust and this template