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