Convert Fahrenheit to Celsius and vice versa 🌡️
The program was implemented in the course of studying basic concepts of Rust 🦀
$ temperature-converter <input_temperature> [-f]
-f
— Specify<input_temperature>
in Fahrenheits.
Input temperature can be either int
or float
.