Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Advent of Code 2021

My solutions in Rust for this year's Advent of Code. My personal goal this year is to aim to be able to run all 25 days combined in under 1 second.

Check out JOURNAL.md, where I show the runtimes and discuss the approaches that I used for every day!

To run: cargo run --release [days...]