diff --git a/.gitignore b/.gitignore index 4c42af8..88cdf4c 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,5 @@ dmypy.json # Cython debug symbols cython_debug/ + +test.py diff --git a/test.py b/test.py index 87a9777..e69de29 100644 --- a/test.py +++ b/test.py @@ -1,4 +0,0 @@ -from mathgenerator import mathgen - -for _ in range(100): - print(mathgen.multiply_int_to_22_matrix(maxMatrixVal=12))