RosettaCodeData/Task/Singleton/Scala/singleton.scala
2023-07-01 13:44:08 -04:00

3 lines
77 B
Scala

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