From 9f569cac7bb732ec74a1858f6c1ac5be362fd604 Mon Sep 17 00:00:00 2001 From: michivonah Date: Sun, 27 Aug 2023 20:14:21 +0200 Subject: [PATCH] create math.py --- math/math.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 math/math.py diff --git a/math/math.py b/math/math.py new file mode 100644 index 0000000..35a511e --- /dev/null +++ b/math/math.py @@ -0,0 +1 @@ +# Simple math functions \ No newline at end of file