https://github.com/imjenal/sum-cli
https://github.com/imjenal/sum-cli
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjenal/sum-cli
- Owner: imjenal
- Created: 2020-08-23T23:08:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T23:21:33.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T11:32:08.391Z (3 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