Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imjenal/sum-cli
https://github.com/imjenal/sum-cli
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjenal/sum-cli
- Owner: imjenal
- Created: 2020-08-23T23:08:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T23:21:33.000Z (about 4 years ago)
- Last Synced: 2024-01-22T01:30:26.291Z (10 months ago)
- Language: Go
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arena
## Commands
#### a) cd arena
#### b) go install
#### c) Get sum by:
1. For integer numbers, arena add [args1] [args2]
2. For floating numbers, arena add [args1] [args2] -float## Example
arena add 1 2arena add 1.5 2.6 -f
arena add 1.5 2.6 -float