docker-k8s-devops/chapter3/labs/hello-world/hello.c

7 lines
63 B
C
Executable File

#include<stdio.h>
int main()
{
printf("hello docker\n");
}