diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-08-04 13:33:47 +0000 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-08-04 13:33:47 +0000 |
commit | ed1cab483e49e29396178a33dea51773aa770855 (patch) | |
tree | 78102102f7f7d07be0e6bef4b10ef69576f0c23e /tests | |
parent | 471b539bdbf658ff7924b7500f89fd237df8be9b (diff) | |
download | ungrateful-ed1cab483e49e29396178a33dea51773aa770855.tar.gz ungrateful-ed1cab483e49e29396178a33dea51773aa770855.zip |
Math, not tested
Diffstat (limited to 'tests')
-rw-r--r-- | tests/un/math.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/un/math.c b/tests/un/math.c new file mode 100644 index 0000000..6cc7cd8 --- /dev/null +++ b/tests/un/math.c @@ -0,0 +1,5 @@ +#include <ungrateful.h> + +int main(void) { + +} |