Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 362 Bytes

File metadata and controls

24 lines (19 loc) · 362 Bytes

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.