https://github.com/denver-code/shedcalc
Primitive example app for shedshell
https://github.com/denver-code/shedcalc
Last synced: 10 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T22:26:02.000Z (over 2 years ago)
- Last Synced: 2025-02-11T18:14:03.291Z (about 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
```