Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theMagicalKarp committed Mar 23, 2024
1 parent f09477d commit 7c3dac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func main() {
return n*n
})

itertools.Print(squaredNumbers)
// 0, 4, 16, 36, 64
itertools.Print(squaredNumbers)
// 0, 4, 16, 36, 64
}
```

Expand Down

0 comments on commit 7c3dac6

Please sign in to comment.