hello/hello.c

9 lines
88 B
C

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