Dateien nach "/" hochladen

This commit is contained in:
Kamal Akhundov 2025-03-12 12:31:57 +00:00
commit bdef4b6a4b

7
helloDocker.c Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("Hello from our first Docker container\n");
return 0;
}