https://github.com/rofrol/zzd
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rofrol/zzd
- Owner: rofrol
- License: apache-2.0
- Created: 2024-05-10T15:49:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T15:51:34.000Z (about 2 years ago)
- Last Synced: 2025-04-05T15:06:25.638Z (over 1 year ago)
- Language: Zig
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zzd
from https://www.youtube.com/watch?v=pnnx1bkFXng
## Run
```sh
$ echo -ne "\x41\x42\x43\x44" | xxd -c 4 -g 8
00000000: 41424344 ABCD
$ zig build
# echo -ne "\x41\x42\x43\x44" > test.txt
$ ./zig-out/bin/zzd test.txt
00000000: 4142 4344
```