From 111e71e1511b2abff9176bd6c714c8da796f770e Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 16 Nov 2025 12:11:18 +0100 Subject: basic automated testing --- test/hello.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/hello.c (limited to 'test/hello.c') diff --git a/test/hello.c b/test/hello.c deleted file mode 100644 index e27be8d..0000000 --- a/test/hello.c +++ /dev/null @@ -1,4 +0,0 @@ -#include -int main(int argc, char **argv) { - printf("hello world\n"); -} -- cgit v1.2.3