t21251.nim 104 B

1234567
  1. import std / [tables, sets, sharedtables]
  2. var shared: SharedTable[int, int]
  3. shared.init
  4. shared[1] = 1