Your boss has demanded you write a function to determine whether a given number n is prime or not. But there's a catch! The Blueberry Cæk™ you're using is a (rather extreme) discount model, and only has code storage space for a single line of code, and no more than the length of an old Tweet (140 characters).
Can you still make a working function?
(Re-)write the function isPrime() so that:
true or false depending on whether the number provided is prime or not.O(√n) time (instead of O(n))? (Note: You won't actually receive any bonus points for this)