#312
atoms-3
 

Difficulty:Basic
Topics:atoms


Keep taxes out of this: swapping requires no transaction
test not run
(let [atomic-clock (atom 0)]
      (= 5 (do
             __
             @atomic-clock)))


Code which fills in the blank: