From c86d5a9922f3ab319336abccc895143da5811810 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 28 Mar 2025 12:10:57 +0100 Subject: [PATCH] test --- helloworld.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helloworld.c diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..b6d7fbf --- /dev/null +++ b/helloworld.c @@ -0,0 +1,6 @@ +#include + +int main(void) { + printf("Hello, World!"); + return 0; +} \ No newline at end of file