Dateien nach "/" hochladen
This commit is contained in:
commit
bdef4b6a4b
7
helloDocker.c
Normal file
7
helloDocker.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello from our first Docker container\n");
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user