hello/hello.c
2024-05-14 13:35:55 +02:00

9 lines
91 B
C

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