RosettaCodeData/Task/Singleton/Nim/singleton-2.nim
2023-07-01 13:44:08 -04:00

4 lines
50 B
Nim

import singleton
single.foo = 12
echo single.foo