PeteGabriel / convert_temperatures

Go program that converts temperature between Fahrenheit and Celsius.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature Converter CLI

Converts temperature between Fahrenheit and Celsius.

Usage

Compile with go build -o temp.

Then, invoke the binary passing as argument the unit of temperature we want to convert from. For example:

./temp C to convert from Celsius to Fahrenheit or ./temp F to convert from Fahrenheit to Celsius.

About

Go program that converts temperature between Fahrenheit and Celsius.


Languages

Language:Go 97.0%Language:Dockerfile 3.0%