aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/hello.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-16 12:11:18 +0100
committerlemon <lsof@mailbox.org>2025-11-16 12:11:18 +0100
commit111e71e1511b2abff9176bd6c714c8da796f770e (patch)
tree352b723c9144c844037447bd865a8366378df7a5 /test/hello.c
parentb0c0f2d2d885c5901de08ed08dba9fff079bf6e3 (diff)
basic automated testing
Diffstat (limited to 'test/hello.c')
-rw-r--r--test/hello.c4
1 files changed, 0 insertions, 4 deletions
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 <stdio.h>
-int main(int argc, char **argv) {
- printf("hello world\n");
-}