feat(matrix3): Initialize few basic functions

This commit is contained in:
2025-03-30 16:11:23 +02:00
parent e39f9c7892
commit 89c619f83e
3 changed files with 110 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
#include <stdlib.h>
int main() {
return EXIT_FAILURE;
return 0;
}