Skip to content

erik-adelbert/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc

My advent of code solutions

All programs have been carefully composed and run collectively in around 62ms(2023), 49ms(2022) and 249ms(2021). Coding notes have proven useful for others on reddit.

Happy coding!

Installation and benchmark

  1. optionnally install gocyclo
  2. install hyperfine
  3. git clone this repository somewhere in your $GOPATH
  4. export envar $SESSION with your AoC session value (get it from the cookie stored in your browser)
  5. $ cd 2022
  6. $ make
  7. $ make runtime && cat runtime.md
  8. explore the other Makefile goals