This commit is contained in:
Adam Majer 2024-05-14 13:35:55 +02:00
parent a52c89af27
commit b94334e6be

View File

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