From d3c52fd18a59208ca3b25885a832de9948b85b00 Mon Sep 17 00:00:00 2001 From: jazz Date: Mon, 23 Feb 2026 15:36:12 -0600 Subject: [PATCH] test commit --- test.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test.c diff --git a/test.c b/test.c new file mode 100644 index 0000000..67159ba --- /dev/null +++ b/test.c @@ -0,0 +1,8 @@ +#include + +int +main(void) +{ + puts("Hello, world!"); + return 0; +}