DockerWPF/C_App/helloDocker.c

8 lines
104 B
C

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