An open API service indexing awesome lists of open source software.

https://github.com/ultirequiem/isodd

#️⃣ Check if a number is odd
https://github.com/ultirequiem/isodd

c c-cli c-library isodd

Last synced: about 1 year ago
JSON representation

#️⃣ Check if a number is odd

Awesome Lists containing this project

README

          

# isOdd

> I always wanted to do something written in C.

Check if a number is odd, a library and command line tool.

## Usage

```sh
isOdd 12 34 19
false
false
true
```

## Install

Get the source code

```sh
git clone https://github.com/UltiRequiem/isOdd.git && cd isOdd
```

Compile and Install

```sh
sudo make install
```

## Support

Open an Issue, I will check it a soon as possible 👀

If you want to hurry me up a bit
[send me a tweet](https://twitter.com/UltiRequiem) 😆

Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
my work 🚀

Don't forget to start the repo ⭐

## Versioning

We use [SemVer](http://semver.org) for versioning. For the versions available,
see the [tags](https://github.com/UltiRequiem/isOdd/tags).

## Authors

[Eliaz Bobadilla (a.k.a UltiRequiem)](https://ultirequiem.com) - Creator and
Maintainer 💪

See also the full list of
[contributors](https://github.com/UltiRequiem/isOdd/contributors) who
participated in this project.

## License

Licensed under the MIT License.