| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of programming exercises across five different languages, designed to help developers practice their debugging skills. Each exercise contains intentional syntax and logic errors that need to be identified and fixed to match a target output.
The repository is organized by programming language, with each folder containing 10 debugging questions (q1 to q10).
To begin debugging, navigate to the folder of your preferred language and attempt to compile or run the files.
cd python
python q1.pyNote: You will likely encounter errors immediately. That is by design!
cd C
gcc q1.c -o q1
./q1This repository is ideal for:
| Back | FazBrowse Home | New Git URL |