WIP: added example

This commit is contained in:
Andrey Gumirov
2024-01-08 02:42:59 +07:00
parent 606ce553ac
commit 8780822f95
2 changed files with 63 additions and 46 deletions

View File

@ -1,3 +1,20 @@
# mashzip
yet another gzip
yet another gzip
Example:
```
Some long text!!!!\x01\x02\x03\x04
```
```hexdump
00000000: 4d41 5348 0554 4000 0000 0000 0000 0000 MASH.T@.........
00000010: 0000 0000 3300 0000 0000 0000 0000 0000 ....3...........
00000020: 0000 0000 0000 0000 0000 0000 0005 0000 ................
00000030: 0000 0000 0000 0404 0000 4544 0000 3000 ..........ED..0.
00000040: 4000 0000 0000 0000 0000 0000 0000 0000 @...............
00000050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000060: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000080: 0000 0000 9e3f 4279 13c2 5692 f06e 07 .....?By..V..n.
```