Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed Oct 9, 2023
1 parent 9784367 commit 80f3938
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ new Zip {

#### [Zig](https://ziglang.org)

```shell
$ zig build-exe main.zig -lc -lzip
```

```zig
const c = @cImport({
@cInclude("zip.h");
Expand Down

0 comments on commit 80f3938

Please sign in to comment.