4 releases (breaking)
0.4.0 | Mar 26, 2025 |
---|---|
0.3.0 | Mar 26, 2025 |
0.2.0 | Mar 26, 2025 |
0.1.0 | Mar 26, 2025 |
#565 in Command line utilities
336 downloads per month
15KB
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