You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add aliases for running solutions. Instead of typing out cargo run --bin <day>, you can now run cargo day <day>. cargo run has been aliased to cargo all.