Welcome to DebugWarmUp! This repository contains a simple debugging exercise designed to help you practice identifying and fixing errors using a debugger.
- Clone the repository and set up a local development environment.
- Create a new branch for your solution.
- Identify and fix the given issue in the C++ program.
- Commit your changes with a meaningful message.
- Push your solution to the repository under your own branch.
- Your branch name should follow the format: yourname-solution.
- Ensure your solution includes comments explaining the fix.
- Follow best practices for Git commits (e.g., clear messages, meaningful changes).
- Do not modify files unrelated to your solution.
- If submitting via Pull Request, provide a brief explanation of your approach.
- Use a debugger to step through the program and identify the issue.
- This is a learning exercise—focus on understanding why the error occurs and how debugging tools help.
- If you have questions, reach out via the repository's Issues tab.
Happy debugging! 🚀