This project is a simple command-line application that converts temperatures from Celsius to Fahrenheit.
src/temp_converter.c: Source code for the temperature conversion.Makefile: Build instructions for compiling the program.README.md: Project documentation.
To compile and run the program:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
maketo build the program. - Execute
./bin/temp_converterto run the program.
Follow the prompts to input a temperature in Celsius, and the program will display the equivalent temperature in Fahrenheit.