Revert "Foobar"

This reverts commit aedbf3940a.
This commit is contained in:
Adam Majer 2024-05-28 16:35:26 +02:00
parent aedbf3940a
commit f2c89769c5

View File

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