Sum Calculator A simple programme that calculates the sum of two numbers. Compilation gcc sumcalc.c -o sumcalc Executiom ./sumcalc Building Docker image docker build -t sumcalc . Executing the image in a container docker run --rm -ti sumcalc Made with ❤ by Param.