From 6a8fd5d903934445414da05efcf984f41301bad3 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 9 Oct 2022 11:36:57 +0200 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..241c0ca --- /dev/null +++ b/README.md @@ -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 +```