Use cargo run -p <project> to run one of the projects in this repository
Each project's src/main.rs file contains the tasks to be completed.
Solutions can be found in src/solutions/
To see a working game of life implementation run
cargo run -p game_of_life