Advent of Code Advent of Code is a site that has some puzzles that you are meant to solve by writing some small programs. Getting Started Example cmds to setup the dev shell (you need to have nix package manager) and run solution to 2015 day 1: $ nix-shell $ cargo run 2015.1