Rust challenge 9/100 - Celcius to Farenheit
Table of content
What is this?
The rules of the game are explained in my original post.
9th Challenge
Challenge
Today’s challenge is converting celcius to fahrenheit, reading the input from the command-line. Its a challenge taken from Rust’s official documentation.
Solution
This is my solution:
See github and playground