Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikasoba/stdin2sha256
https://github.com/ikasoba/stdin2sha256
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikasoba/stdin2sha256
- Owner: ikasoba
- Created: 2022-07-23T08:45:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T08:50:15.000Z (over 2 years ago)
- Last Synced: 2024-10-24T06:07:40.267Z (2 months ago)
- Language: Zig
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# stdin to sha256
## つかいかた, usage
```sh
$ echo "hogehoge" | zig build run
c388bab6474f93eb534b2801b0fa2261d5411c7787f78ef1c7f84c43e19e1156
```