From 4c22dcffdb6162d326450ff9f12cc912d1917991 Mon Sep 17 00:00:00 2001 From: Linus109 Date: Sun, 23 Nov 2025 14:13:33 +0100 Subject: [PATCH] testing --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index 38b341f..b8beb0f 100644 --- a/hello.c +++ b/hello.c @@ -4,5 +4,6 @@ int main(int argc, char *argv[]) { printf("testing testing\n"); + printf("testing again\n"); return 0; }