diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-08-23 01:28:41 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-08-23 01:28:41 +0300 |
commit | 8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 (patch) | |
tree | 205413ed09ac001e37267889d429a363c37008f2 /tests/un/matrix.c | |
parent | c96c355b360f18f982459e1a866dcbf5864efdb8 (diff) | |
download | ungrateful-main.tar.gz ungrateful-main.zip |
Diffstat (limited to 'tests/un/matrix.c')
-rw-r--r-- | tests/un/matrix.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/un/matrix.c b/tests/un/matrix.c new file mode 100644 index 0000000..deb9e4c --- /dev/null +++ b/tests/un/matrix.c @@ -0,0 +1,8 @@ +#include <ungrateful.h> + +int main() { + f32 output[UN_MATRIX_SIZE]; + u64 i; + + return 0; +} |