adjust message

This commit is contained in:
Adam Majer 2024-04-24 08:13:05 +02:00
parent 187082b1b4
commit d571307972

View File

@ -2,7 +2,7 @@
int main()
{
printf("Hellos\n");
printf("Hello from GIT\n");
return 0;
}