another change

This commit is contained in:
Adam Majer 2024-04-24 19:49:17 +02:00
parent eebd580a92
commit 24ee9ae996

View File

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