Revert "test"

This reverts commit efb0c4a2e2d6aee9b0515c1c5f5ec6f51eb472c4231a70162e42cc44f1c14f8e.
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;
}