hello/hello.c
2024-05-14 14:41:06 +02:00

9 lines
88 B
C

#include <stdio.h>
int main()
{
printf("Hello from GIT again today\n");
return 0;
}