4 lines
77 B
Scala
4 lines
77 B
Scala
|
|
object Singleton {
|
||
|
|
// any code here gets executed as if in a constructor
|
||
|
|
}
|