Skip to content

Instantly share code, notes, and snippets.

@Adnan9011
Created May 23, 2022 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adnan9011/a4391dc8cedf5a4371ca09ffcfd1ff84 to your computer and use it in GitHub Desktop.
Save Adnan9011/a4391dc8cedf5a4371ca09ffcfd1ff84 to your computer and use it in GitHub Desktop.
val womenPerson = PersonFactory.makePerson(Gender.WOMEN)
val menPerson = PersonFactory.makePerson(Gender.MEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment