automated commit by check50 [check50=True]

This commit is contained in:
kukemuna 2024-02-20 21:47:35 +02:00
commit bdffae8a03
1 changed files with 6 additions and 0 deletions

6
hello.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main(void)
{
printf("Hello, universe!\n");
}