| Crates.io | is-odd-rs |
| lib.rs | is-odd-rs |
| version | 0.4.0 |
| created_at | 2025-03-26 14:54:40.848736+00 |
| updated_at | 2025-03-26 15:04:25.522269+00 |
| description | a 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 | |
| id | 1606620 |
| size | 39,138 |
A program to check if an integer is odd or even. written in rust.
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