The Aim is to make a cool cashflow program. For this program to calculate cash flow like (Gross Sales, profits).
This Is CLI Application First.
# To Run The Program
cargo run
# Build The Program To `./target/release/build/dit_as_91896_2...`
Cargo Build --release
# Run Unit Test's To Prove It Works!!!
cargo test