8 lines
104 B
C
8 lines
104 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello from our first Docker container\n");
|
|
return 0;
|
|
}
|