RosettaCodeData/Task/Singleton/Scala/singleton.scala

4 lines
77 B
Scala
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
object Singleton {
// any code here gets executed as if in a constructor
}