hello/hello.c
2024-05-14 14:42:39 +02:00

9 lines
82 B
C

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