You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The language specification has a code example which says 9 is prime:
// list of prime numbers
primes := []int{2, 3, 5, 7, 9, 11, 13, 17, 19, 991}
I'd just fix it, but I have to request approval from work first.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: