Will cargo new --vcs none a new binary project for each day within the rust directory.
There will be separate binaries for each task in a day.
Tests should be available for each day and cargo test should pass.
to run: cargo run --bin task_1 from a day folder. It relies on the input.txt file being in the run directory.