Skip to content

Commit

Permalink
Fixes Go/solution_1 faithfulness issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen authored Jul 16, 2021
1 parent d7c2d76 commit 0527685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimeGo/solution_1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ func main() {
passes := 0
startClock := time.Now()

initBitArray := make([]bool, 1e6)
for {
initBitArray := make([]bool, 1e6)
for i := range initBitArray {
initBitArray[i] = true
}
Expand Down

0 comments on commit 0527685

Please sign in to comment.