paramsiddharth / docker-calcsum-example

A simple programme that calculates the sum of two numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple programme that calculates the sum of two numbers.


Languages

Language:C 70.1%Language:Dockerfile 29.9%