/ftoc

A small program to convert Fahrenheit to Celsius

Primary LanguageRustMIT LicenseMIT

ftoc

A small program to convert Fahrenheit to Celsius.

Usage

> ftoc
Enter temperature in Fahrenheit:
72

Temperature in Celsius: 22.222221

Note: Enter q or quit to exit the program.

Prerequisites

Build

To perform a debug build:

> cargo build

To perform a production build:

> cargo build --release