From b9f80a2b37edf9682f189b406542b3f7a93b24a3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 2 Apr 2025 20:54:37 +0300 Subject: Moved directory and some experimental changes --- c_implementation/tests/test_akutils.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 c_implementation/tests/test_akutils.c (limited to 'c_implementation/tests/test_akutils.c') diff --git a/c_implementation/tests/test_akutils.c b/c_implementation/tests/test_akutils.c new file mode 100644 index 0000000..8619e97 --- /dev/null +++ b/c_implementation/tests/test_akutils.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + ak_utils(); + return 0; +} -- cgit v1.2.3