This commit is contained in:
Adam Majer 2024-05-14 14:10:08 +02:00
parent 3fa6be4754
commit efb0c4a2e2

View File

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