5 lines
50 B
Nim
5 lines
50 B
Nim
|
|
import singleton
|
||
|
|
|
||
|
|
single.foo = 12
|
||
|
|
echo single.foo
|