repository
0.0.0-20241208200245-df31e1e22d87
Repository: https://github.com/espang/aoc.git
Documentation: pkg.go.dev
# README
aoc
A repository to solve advent of code puzzles.
How to run it.
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
Year 2016
Solutions in go
Year 2022
Contains solutions in go and ocaml