doses/README.md

9 lines
174 B
Markdown
Raw Permalink Normal View History

2022-10-09 11:36:57 +02:00
# doses
Given an alcohol proof in percent, compute the number of alcohol doses in a volume
or the volume for a number of doses.
## Dev setup
```shell
pre-commit install
```