From 1dcc94dddedaad7477bc883de459adb71e25204c Mon Sep 17 00:00:00 2001 From: keldu Date: Sun, 31 Jul 2022 19:23:09 +0200 Subject: [PATCH] linked to the basic test as an example how to use this mini header lib --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0736e3a..915bd27 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ Allows the declaration of typesafe units and their usage. Supported operations are '+', '-', '*', '/'. Conversion and use between different base types currently are not available. + +## Examples + +See `test/basic.cpp` for basic usage examples.