From 63f2905083b477faedbe1dbbb9b61d4fdce6886b Mon Sep 17 00:00:00 2001 From: Mauve Date: Mon, 18 May 2026 15:27:59 +0800 Subject: [PATCH] test c --- TestC.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TestC.c diff --git a/TestC.c b/TestC.c new file mode 100644 index 0000000..8321e25 --- /dev/null +++ b/TestC.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello, World!\n"); + return 0; +} \ No newline at end of file -- 2.52.0