CGI Interview Question

Write a function that returns whether or not a number is prime.

Interview Answer

Anonymous

Aug 28, 2015

I did one, then he asked me to optimize it.

3