hello/hello.c

9 lines
82 B
C
Raw Permalink Normal View History

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