Skip to content

Commit 2f2effe

Browse files
author
theseyan
committed
update readme
1 parent 36a593f commit 2f2effe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@ const mimalloc = @import("mimalloc").Allocator{};
99
const allocator = mimalloc.allocator();
1010
1111
// Use `allocator` here...
12+
```
13+
14+
## Tests
15+
16+
Run the tests:
17+
```
18+
zig build test
1219
```

0 commit comments

Comments
 (0)