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: