This repo contains my solutions for Advent of Code. The languages I will be focussing on for the time being are Rust, Elixir and OCaml.
Note
When creating solutions using cargo, use this to avoid creating a nested git repo:
cargo new project_name --vcs none