Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 355 Bytes

Getting Started

Prerequisites Rust

How to Compile

Clone the repository and navigate to the project directory:

git clone https://github.com/shitcodebykaushik/ASYNC_01.git cd ASYNC_01 Compile the project using Rust's package manager, Cargo:

cargo build --release

How to Run

Run the compiled executable with the desired command-line arguments: