commit bdffae8a0363cfdce201461dbff0c0156c1aca44 Author: kukemuna Date: Tue Feb 20 21:47:35 2024 +0200 automated commit by check50 [check50=True] diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..f2ee1fc --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + printf("Hello, universe!\n"); +}