Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wciesialka/randomchar
Output a random printable character to STDOUT
https://github.com/wciesialka/randomchar
Last synced: about 9 hours ago
JSON representation
Output a random printable character to STDOUT
- Host: GitHub
- URL: https://github.com/wciesialka/randomchar
- Owner: wciesialka
- License: gpl-3.0
- Created: 2021-11-12T22:26:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T02:06:20.000Z (over 1 year ago)
- Last Synced: 2023-07-02T03:21:10.118Z (over 1 year ago)
- Language: C
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# randomchar
Output a random printable character to STDOUT## Getting Started
### Compiling
This project utilizes Makefiles. To compile, just run `make`.
### Running
You can run `./randomchar.out` as well as any flags.
```
Usage: ./randomchar.out [-c COUNT]-c: Character count. Optional.
```## Authors
- Willow Ciesialka
## License
See [LICENSE](LICENSE) for details.