Skip to content

Instantly share code, notes, and snippets.

@LukaKordic
Created August 13, 2019 13:15
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 LukaKordic/c7ab8c3ff8f57cf8977283658204cc2c to your computer and use it in GitHub Desktop.
Save LukaKordic/c7ab8c3ff8f57cf8977283658204cc2c to your computer and use it in GitHub Desktop.
data class WeatherInfo(val temperature: Double, val humidity: Int, val pressure: Double)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment