hello-api
is a project that includes multiple subprojects demonstrating various aspects of API development. Currently, it features:
hello-cpp
: A simple C++ API with implementation, testing, and usage examples.hello-python
: Placeholder for future Python-related API development.
To get started with the subprojects, navigate to the respective directory and follow the instructions in the README.md
file located there.
A C++ API with implementation, testing using Google Test, and an example usage. For detailed build and run instructions, navigate to the hello-cpp
directory and check the README.
A placeholder for future Python-related API development.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was completed with the assistance of ChatGPT and GitHub Copilot. Don't be surprised by anything weird or shocking. :)