Add readme

This commit is contained in:
Gabriel Augendre 2022-10-09 11:36:57 +02:00
parent 4114cce429
commit 6a8fd5d903
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# 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
```