Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing return statement in main.cpp (#157)
The function was missing a return statement, which could lead to undefined behavior. This change ensures the function returns the intended result consistently.
- Loading branch information