From d96b8c7d12fc61ec609d6138627b9d6d18139a9a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 28 Oct 2023 00:00:21 +0300 Subject: move to monorepo + Will probably have to make some changes to dir layout to make things make more sense --- core/tests/comp.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 core/tests/comp.c (limited to 'core/tests/comp.c') diff --git a/core/tests/comp.c b/core/tests/comp.c new file mode 100644 index 0000000..b4ac94d --- /dev/null +++ b/core/tests/comp.c @@ -0,0 +1,6 @@ +#include + +int main() +{ + /* test comparisons */ +} -- cgit v1.3