Skip to content

Instantly share code, notes, and snippets.

@eliakorkmaz
Created October 24, 2022 23:00
Show Gist options
  • Select an option

  • Save eliakorkmaz/a0fe94f9f5ccd8c72f3aefdf03f39feb to your computer and use it in GitHub Desktop.

Select an option

Save eliakorkmaz/a0fe94f9f5ccd8c72f3aefdf03f39feb to your computer and use it in GitHub Desktop.
booksEnum
enum Books: String, CaseIterable {
case atomicHabits
case hardThings
case leanStartup
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment