We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ee626 commit d7978c3Copy full SHA for d7978c3
gcaqk4f_square_roots/main.go
@@ -21,7 +21,7 @@ func main() {
21
)
22
sum := 0
23
24
- n := sqroot.Sqrt(2)
+ n = sqroot.Sqrt(2)
25
for index, value := range n.All() {
26
sum += value
27
if index >= length {
0 commit comments