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
- Host: GitHub
- URL: https://github.com/ultirequiem/isodd
- Owner: UltiRequiem
- License: other
- Created: 2021-12-03T19:06:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T18:57:26.000Z (about 4 years ago)
- Last Synced: 2025-03-11T12:05:25.000Z (about 1 year ago)
- Topics: c, c-cli, c-library, isodd
- Language: C
- Homepage: http://ulti.js.org/isOdd
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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.