is-odd-rs 0.4.0

a stupid program to check if the number is odd or even. written in rust. may NOT be used as a library
is-odd-rs-0.4.0 is not a library.

is-odd-rs

A program to check if an integer is odd or even. written in rust.

Available on crates.io

INSTALL WITH cargo:

    cargo install is-odd-rs

OR COMPILE WITH cargo, rustc:

    git clone https://github.com/namnam1105/is-odd-rs # clone repo
    cd is-odd-rs # change dir
    cargo install --path . # compile and install it as binary.

USAGE:

    is-odd [NUMBER] # where number any integer

EXAMPLES:

    is-odd 5 # 5 is odd