An open API service indexing awesome lists of open source software.

https://github.com/chiemekaifemegbulem/alx-low_level_programming

0x00. C - Hello, World
https://github.com/chiemekaifemegbulem/alx-low_level_programming

Last synced: about 2 months ago
JSON representation

0x00. C - Hello, World

Awesome Lists containing this project

README

          

Debugging is the process of finding and fixing errors in software that prevents it from running correctly. As you become a more advanced programmer and an industry engineer, you will learn how to use debugging tools such as gdb or built-in tools that IDEs have. However, it’s important to understand the concepts and processes of debugging manually.