Make thread count adjustable

This commit is contained in:
Hugo Mårdbrink 2025-11-13 16:40:18 +01:00
parent 0bf25b991f
commit 595872f81c
3 changed files with 26 additions and 17 deletions

View file

@ -93,7 +93,7 @@ main :: proc() {
```
## Dev
Run the test suite to check functionality, curl is a required dependancy for the test suite to work.
Run the test suite to check functionality, curl is a required dependency for the test suite to work.
```bash
odin test .
```