Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paramsiddharth/docker-calcsum-example

A simple programme that calculates the sum of two numbers.
https://github.com/paramsiddharth/docker-calcsum-example

Last synced: about 1 month ago
JSON representation

A simple programme that calculates the sum of two numbers.

Awesome Lists containing this project

README

        

# Sum Calculator
A simple programme that calculates the sum of two numbers.

## Compilation
``` bash
gcc sumcalc.c -o sumcalc
```

## Executiom
``` bash
./sumcalc
```

## Building Docker image
``` bash
docker build -t sumcalc .
```

## Executing the image in a container
``` bash
docker run --rm -ti sumcalc
```

## Made with ❤ by Param.