Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Last active July 4, 2021 15:53
Show Gist options
  • Save ziginsider/85b77ef1414186d5c4d08156eec40b72 to your computer and use it in GitHub Desktop.
Save ziginsider/85b77ef1414186d5c4d08156eec40b72 to your computer and use it in GitHub Desktop.
data class Stopwatch(
val id: Int,
var currentMs: Long,
var isStarted: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment