Compare commits

...

No commits in common. "b6a86b54012b3966571621714910d206c26a303c" and "d21c05b079070fb7e86e60ad8f50cc8b9aad4afb" have entirely different histories.

View file

@ -14,6 +14,9 @@ import (
const COUNTER_SLOTS = 20
func main() {
_ = make([]int, 10)
_ = make([]int, 10)
counter := NewCounter()
go counter.ScanStdin()