From 30b5c1021e409aab6da6eca61066af8a424aa5ff Mon Sep 17 00:00:00 2001 From: Adam Tornhill Date: Mon, 17 Nov 2025 13:00:25 +0100 Subject: [PATCH] Add a new file with zero coverage --- src/Server/testing.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Server/testing.c diff --git a/src/Server/testing.c b/src/Server/testing.c new file mode 100644 index 0000000..93e440c --- /dev/null +++ b/src/Server/testing.c @@ -0,0 +1,4 @@ +int main(void { + return 0; +} +