/cTemperatureConverterCLI

A simple C program that converts temperatures from Fahrenheit to Celsius and vice versa.

Primary LanguageC

Technology

  • C

Description

A simple C program that converts temperatures from Fahrenheit to Celsius and vice versa.

How to run

  1. Clone the repository
  2. Compile the program e.g.
gcc -o output/output ./main.c
  1. Run the outputted executable in the terminal
./output/output