hello/hello.c
2024-04-24 08:13:05 +02:00

9 lines
76 B
C

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