Skip to content

Commit

Permalink
add build command to D example
Browse files Browse the repository at this point in the history
  • Loading branch information
thechampagne authored Oct 20, 2023
1 parent 5aa2bd1 commit 943dba9
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 @@ -565,6 +565,10 @@ when isMainModule:
#### [D](https://dlang.org)
> Third party binding: [thechampagne/zip-d](https://github.com/thechampagne/zip-d)
```shell
$ dmd -L-lzip main.d
```

```d
extern(C) void* zip_open(const(char)* zipname, int level, char mode);
extern(C) void zip_close(void* zip);
Expand Down

0 comments on commit 943dba9

Please sign in to comment.