This repo will contain my solutions to advent of code.
To run solutions you need to have installed: - go 1.21
To simplify requirements for running scripts there is also a nix flake to setup local env.
You need to have nix installed with flake support enabled.
To create a development shell with nix run at the root of the repository: nix develop