5 lines
111 B
Bash
5 lines
111 B
Bash
# Running the program shows that we executed about
|
|
# 40,000 operations.
|
|
$ go run atomic-counters.go
|
|
ops: 40200
|