Skip to content

Instantly share code, notes, and snippets.

@gopinath-langote
Created December 10, 2018 14:07
Show Gist options
  • Save gopinath-langote/6a79e0eff547ca5513ad76c92b2d2565 to your computer and use it in GitHub Desktop.
Save gopinath-langote/6a79e0eff547ca5513ad76c92b2d2565 to your computer and use it in GitHub Desktop.
Date
data class Date(
var day: Int,
var month: Int,
var year: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment