Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denver-code/shedcalc
- Owner: denver-code
- Created: 2023-10-04T20:26:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T22:26:02.000Z (over 1 year ago)
- Last Synced: 2023-10-06T04:44:02.263Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```