Skip to content

Files

Latest commit

8b01d57 · May 12, 2022

History

History
12 lines (8 loc) · 214 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 214 Bytes

Simplecalc

Super simple command line calculator built with go.

Use

simple calc --op=[OPERATION] [A] [B]
  • Operations: add|subtract|multiply|divide
  • A and B both must be valid, parseable numbers