You should add a test to verify that user submitted solutions identify 562 as a non Wilson Prime and 563 as a Wilson Prime. Most of the solutions submitted in c# have issues with such large numbers due to overflowing when getting the factorial.
Loading collection data...
You should add a test to verify that user submitted solutions identify 562 as a non Wilson Prime and 563 as a Wilson Prime. Most of the solutions submitted in c# have issues with such large numbers due to overflowing when getting the factorial.