RosettaCodeData/Task/Singleton/Nim/singleton-2.nim
2016-12-05 23:44:36 +01:00

4 lines
50 B
Nim

import singleton
single.foo = 12
echo single.foo