commit c86d5a9922f3ab319336abccc895143da5811810 Author: Daniel Date: Fri Mar 28 12:10:57 2025 +0100 test 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