Skip to content

Latest commit

 

History

History
301 lines (267 loc) · 19.6 KB

README.md

File metadata and controls

301 lines (267 loc) · 19.6 KB

Advent of Code

My solutions to the Advents of Code, from 2015 to 2023 (450 total ⭐).

Language stats:

Blog

In 2023, I shared my experience with the Advent of Code on my blog:

AoC Library

Templates

I created a justfile (casey/just) that:

  • Downloads the input of the day (to authenticate, you have to set up a ADVENT_OF_CODE_COOKIE environment variable, see this issue to understand how to extract your session cookie)
  • Generates a skeleton project (Go, Rust, or Python)
  • Configures the required dependencies (Go only)

Go

I developed a Go library to help me solve unimportant topics as quickly as possible (e.g., puzzle input parsing) to focus on the concrete problem:

go get github.com/teivah/advent-of-code

Solutions

2023

2022

2021

2020

2019

2018

2017

2016

2015