hello/hello.c

9 lines
88 B
C
Raw Normal View History

2024-04-23 15:03:01 +02:00
#include <stdio.h>
int main()
{
printf("Hello from GIT again today\n");
2024-04-23 15:03:01 +02:00
return 0;
}