COP 4520 Spring 2022 Assignment 2

Using git to track last edit date is NOT a reliable measure (ref). I did not change the dates on this submission, but the graders and Dr. Dechev should be aware that anyone familiar with git can trivially manipulate the dates on git commits.

This program is written in Rust. Refer to the Rust book for installation instructions or install Rust through your package manager.

To run the program, type

cargo run --release

in the root of the project.