Talk:Rare numbers: Difference between revisions

Content added Content deleted
m (→‎Tweaks, Go (Turbo): if got lost in "g0 == 1 { g0 += 2 } " ? With it I can run it.)
Line 631: Line 631:
} else {
} else {
g1 = -9
g1 = -9
g0 == 1 { g0 += 2 }
if g0 == 1 { g0 += 2 }
g0++
g0++
}
}