Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Adam Jeniski 2022-12-01 17:46:34 -05:00
commit 9d4f6ff204

View File

@ -3,4 +3,4 @@ My rust solutions for [Advent of Code](https://adventofcode.com)
[![Tests](https://github.com/Ajetski/advent-of-code/actions/workflows/rust.yml/badge.svg)](https://github.com/Ajetski/advent-of-code/actions/workflows/rust.yml) [![Tests](https://github.com/Ajetski/advent-of-code/actions/workflows/rust.yml/badge.svg)](https://github.com/Ajetski/advent-of-code/actions/workflows/rust.yml)
Navigate to one of the folder for a given year, then use `cargo test` to run its test cases. Navigate to the folder for a given year, then use `cargo test` to run its test cases.