5 stable releases
1.0.4 | Jun 15, 2022 |
---|---|
1.0.3 | Jun 12, 2022 |
#105 in #calculator
14KB
56 lines
basic-calc
A basic TUI calculator written in rust.
Compilation instructions
run
cargo build --release
in src/ directory
executable will be placed at ../target/release/basic-calc(.exe)