RosettaCodeData/Task/Singleton/Scala/singleton.scala

4 lines
77 B
Scala

object Singleton {
// any code here gets executed as if in a constructor
}