Skip to content

haytty/add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add

Simple CLI tool for Rust. This project is primarily created for learning and practice purpose.

Why this project

This project is built to practice and enhance our skills in Rust. Therefore, this might not be a perfect solution for professional use.

How to install

  1. Download the source code from Github
git clone [email protected]:haytty/add.git
  1. Go into the repository
cd ./add
  1. Run cargo install.
cargo install --path .

Usage

Usage: add <ADDEND1> <ADDEND2>

Arguments:
  <ADDEND1>  
  <ADDEND2>  

Options:
  -h, --help  Print help

Releases

No releases published

Packages

No packages published

Languages