/rust_calculator_challenge

This challenge is to build your own calculator. It could be a command line tool, desktop application or web based. To complete this challenge you’ll need to parse a mathematical expression and then perform the relevant calculations before returning the answer to the user.

Primary LanguageRust

Watchers