- A CLI tool that converts temperature scale.
- Below are the necessary scripts for this project.
# This will build and run the program.
make run
# This will build the test files and run the specific test.
# Refer to the bin/__tests__/* directory.
make run-test bin="inputs_test"
# This will build and run the program using GDB.
make run-debug
# This will build and run the program using Valgrind.
make run-valgrind