You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C implementation of NextDate (aliased as foo), which computes the next day given day/month/year inputs. Includes white-box and black-box tests, covering leap years, edge cases, and error codes (E01–E04). Uses Unity for testing. Tests ran locally; no GitHub Actions integration yet.