Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created January 12, 2020 17:16
Show Gist options
  • Select an option

  • Save nhoxbypass/10558775099aaf46a28052beb35723dc to your computer and use it in GitHub Desktop.

Select an option

Save nhoxbypass/10558775099aaf46a28052beb35723dc to your computer and use it in GitHub Desktop.
object SaberFactory {
fun makeLightSaber() { /*...*/ }
}
class SaberFactory {
fun makeLightSaber() { /*...*/ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment