Compare commits

...

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

View file

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