Skip to content

Instantly share code, notes, and snippets.

@anaselhajjaji
Created December 1, 2017 08:42
Show Gist options
  • Save anaselhajjaji/b997bbec09c259871a7d582392f5748d to your computer and use it in GitHub Desktop.
Save anaselhajjaji/b997bbec09c259871a7d582392f5748d to your computer and use it in GitHub Desktop.
Question Data Class
data class Question(val question: String, val answer: String) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment