hello/hello.c

9 lines
82 B
C

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