Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denver-code/shedcalc

Primitive example app for shedshell
https://github.com/denver-code/shedcalc

Last synced: 3 days ago
JSON representation

Primitive example app for shedshell

Awesome Lists containing this project

README

        

# Calc
Simple application for adding number together.
Used for testing purposes in ShedShell environment.

## Installation
```bash
denver@shed:~$ spm denver-code/shedcalc
```

## Usage
```bash
denver@shed:~$ calc 10 10
// OUTPUT: 20
```