isevenorodd

Crates.ioisevenorodd
lib.rsisevenorodd
version0.1.0
sourcesrc
created_at2024-01-17 13:40:07.655491
updated_at2024-01-17 13:40:07.655491
descriptionA simple command line tool to generate a rust function to check if a number is even or odd.
homepage
repositoryhttps://github.com/metamethods/isevenorodd
max_upload_size
id1102955
size683,615
__metamethods (metamethods)

documentation

https://github.com/metamethods/isevenorodd

README

isevenorodd

A simple command line tool to generate a rust function to check if a number is even or odd.

Usage

Create an function that goes from 0 to 100 and checks if the number is even or odd.

isevenorodd 100

If you want to start from a specific number, you can do so by passing the number in the start flag

isevenorodd 100 -s 10

or

isevenorodd 100 --start 10
Commit count: 0

cargo fmt