erik-adelbert / aoc

advent of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

advent of code

License:GNU General Public License v3.0


Languages

Language:Go 95.0%Language:Python 2.9%Language:Makefile 1.9%Language:Shell 0.2%