Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 395 Bytes

A Covid Spread Simulation in Rust

This program shows how the phenomenon of exponential growth and herd immunity emerge.

I wrote this program to learn Rust. Here's what I learned:

To run, install rust and then run the following commands:

git clone https://github.com/dwarkeshsp/rust-covid-simulation
cd rust-covid-simulation
cargo run