git clone https://github.com/thesayfulla/catsay.git
cd catsay
Install Rust if you haven't already. You can do this via rustup: rustup.rs
Once Rust is installed, you can build and run the project using Cargo, Rust's build system and package manager.
cargo run
cargo run -- "Hello, World!"
cargo run -- --help