Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Last active October 7, 2019 18:45
Show Gist options
  • Save Laimiux/a8166b70acc85132b5e173d5d739907f to your computer and use it in GitHub Desktop.
Save Laimiux/a8166b70acc85132b5e173d5d739907f to your computer and use it in GitHub Desktop.
fun formatTimePassed(timePassedInMillis: Long): String {
// TODO: actually format it
return "${timePassedInMillis}ms"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment