Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 648 Bytes

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 2023
  6. $ make
  7. $ make runtime && cat runtime.md
  8. explore the other Makefile goals