Untouchable numbers: Difference between revisions

Content added Content deleted
(→‎{{header|Go}}: Now runs tests up to 1 million.)
Line 138: Line 138:


func main() {
func main() {
limit := 100000
limit := 1000000
s := sieve(20 * limit)
s := sieve(20 * limit)
untouchable := []int{2, 5}
untouchable := []int{2, 5}