module Singleton { speak() { println("I am a singleton"); } } Singleton.speak();