Debugging is the process of finding and fixing errors in software that prevent it from running correctly.
These project contains programs which aim to test the correctness of other programs.
This program tests a function that prints if integer is positive or negative
This program stops an incoming Infinite loop \o/
Fixed a program that returns the largest of three integers
Fixed a program that recieves the following arguments:
month
: month of the year in numberday
: the day of the yearyear
: year and prints the remaining days in the year (taking leap years into account)