This reverts commit fee5ed839a.
This commit is contained in:
Adam Majer 2024-05-16 12:07:20 +02:00
parent fee5ed839a
commit aedbf3940a

View File

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