A repository to solve advent of code puzzles.
The Makefile
is used to run everything. The code will support downloading the puzzle input from advent-of-code given a valid session id in the environment variable AOC_SESSION
.
Helper functions aoc
The /aoc folder contains helper functions written in go. It contains some functions that help loading input
Solutions in go
Contains solutions in go and ocaml