Main can return at most an 8-bit integer. The previous version of the test case tried to return 625, which is greater than 256, so it returned 625 % 25 Signed-off-by: Nathaniel Graff <nathaniel.graff@gmail.com>