From 6eaa7b33aa8690f5ba4cee0897d2d05c71c27c20 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 21 Dec 2024 12:30:41 +0100 Subject: Initial commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..900a296 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ZmodN - A simple library for modular arithmetic + +Usage: + +1. `#include "zmodn.h"` in your project +2. enjoy + +# Development + +Run `chmod +x test` and then `./test` to run tests. -- cgit v1.2.3