This project is designed to help you understand and implement key programming concepts. The main focus will be on developing functions that perform specific tasks and ensuring that these functions work correctly through testing.
- Implement Functions: You need to create several functions that are specified in /src/myprogram.c
- Testing: Tests for each function to verify their correctness are already written in /tests/tests.cpp. This project has googletest configured and enabled to run the tests.