Skip to content

Instantly share code, notes, and snippets.

@accidentaldeveloper
Last active October 16, 2017 02:00
Show Gist options
  • Save accidentaldeveloper/209a00190917569100f0621c81e01439 to your computer and use it in GitHub Desktop.
Save accidentaldeveloper/209a00190917569100f0621c81e01439 to your computer and use it in GitHub Desktop.
class Language(
val version: String,
val name: String,
val features: List<Feature>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment