diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-09-25 14:17:07 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-09-25 14:17:07 +0300 |
commit | 166877cf15f6afa89c9f8a61e267d485868d0ee1 (patch) | |
tree | 9f080314edc4fb293f91227cdc1c01cfec8d7bae /tests/un/matrix.c | |
parent | 8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 (diff) | |
download | ungrateful-166877cf15f6afa89c9f8a61e267d485868d0ee1.tar.gz ungrateful-166877cf15f6afa89c9f8a61e267d485868d0ee1.zip |
+disgrace and rework of ungrateful.h
Diffstat (limited to 'tests/un/matrix.c')
-rw-r--r-- | tests/un/matrix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/un/matrix.c b/tests/un/matrix.c index deb9e4c..60fd9a5 100644 --- a/tests/un/matrix.c +++ b/tests/un/matrix.c @@ -1,8 +1,5 @@ #include <ungrateful.h> int main() { - f32 output[UN_MATRIX_SIZE]; - u64 i; - return 0; } |