Skip to content

drxjason/clcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLCalc: a command based calculator :)

compile:

$ make
$ ./clc
Usage: ./clc [operation] [number] [number]
Operation:
    add            add 2 numbers
    sub            subtract 2 numbers
    mul            multiply 2 numbers
    div            divide 2 numbers
    exp            find the power of a number