1 unstable release

0.1.0 Nov 9, 2019

#19 in #verbose

GPL-3.0 license

16KB
63 lines

calc_it

A calculator in Rust

Usage

./calc_it [FLAGS] <a> <OPERATOR> <b>

Flags

  • v/verbose

Supported operators

  • Additioan +
  • Subtraction -
  • Multiplication x
  • Division /
  • Modulo %

Dependencies

~430KB