is-odd-rs

Crates.iois-odd-rs
lib.rsis-odd-rs
version0.4.0
created_at2025-03-26 14:54:40.848736+00
updated_at2025-03-26 15:04:25.522269+00
descriptiona stupid program to check if the number is odd or even. written in rust. may NOT be used as a library
homepage
repository
max_upload_size
id1606620
size39,138
(namnam1105)

documentation

README

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
Commit count: 0

cargo fmt