A (crappy) calculator written in julia.
- Enter a function
1a. mul = Multiplies x and y
1b. sub = Subtracts y from x
1c. add = Adds x and y
1d. div = Divides x by y (result will be a float)
1e. exit = Exits program - When prompted, supply an integer value for x and y
- When you have finished using the program, use the exit function
- Download .zip file from latest release
- Extract
- Change directory to bin
- Run ./CLIcalc inside extracted folder
Download the .jl file in src and use the Julia REPL + PackageCompiler.jl to compile from source.