For those who celebrate, Advent of Code is a Christmas advent calendar of leetcode-style programming puzzles. This repo holds my past solutions and helper libraries to make getting those 50 ⭐'s that much easier!
To automate the process of getting started each day I created a script to automate the creation of basic files that will be needed - just run the following script to create everything you'll need for a given year / day!
# Supported languages: 'python', 'golang', 'rust'
# Examples:
./setup.sh 2023 1 python
./setup 2015 5 rust