From 24388aecb3e1a6a7e46988dd807cf5a477bcb49b Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Mon, 31 Jul 2023 04:38:51 +0200 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1084c76 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Python-symbolic +Small project in pure python to do symbolic maths with my computer. Focus on readability and simplicity