From 7d763b5778cfbf81ee420558d13e8acbb66d860a Mon Sep 17 00:00:00 2001 From: Jasper Date: Sun, 31 Aug 2025 15:47:31 +0200 Subject: Initial commit --- debug.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debug.c (limited to 'debug.c') diff --git a/debug.c b/debug.c new file mode 100644 index 0000000..df2071b --- /dev/null +++ b/debug.c @@ -0,0 +1,12 @@ +#include +#include +#include + +#include "tests.h" +#include "matrix.h" + +int main() +{ + srand(time(NULL)); + run_tests(); +} -- cgit v1.2.3