/aoc-2022

Primary LanguageRuby

AoC '22 Ruby helper

A basic dev setup to make implementing Advent of Code challenges easier.

  • Sign up at adventofcode.com
  • Clone/fork this repository
  • Grab your adventofcode.com cookie
    • e.g. Devtools -> Application -> Storage -> Cookies in Chrome
  • Run script/init
  • Run ./aoc.rb 1 to run the Day 1 implementation
  • Edit days/01.rb to improve it, and implement other days following the template
  • Submit your answers at https://adventofcode.com/2022