finding a bug

This commit is contained in:
Daniel Ledda
2020-10-31 16:11:01 +01:00
parent 97a1f0ade8
commit 07b870ef00

View File

@@ -16,6 +16,7 @@ var oneSecondInCycles = (func() int {
for i := 0; i < 100; i++ {
result += cyclesInAMillisecond()
}
fmt.Printf("cycles %v", result)
return result / 100
})()