Revert "test"

This reverts commit efb0c4a2e2.
This commit is contained in:
Adam Majer 2024-05-14 14:26:10 +02:00
parent efb0c4a2e2
commit 896faaed44

View File

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