Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 14, 2021 01:27
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 parzibyte/ca6421216045bb43532cd793575a6fba to your computer and use it in GitHub Desktop.
Save parzibyte/ca6421216045bb43532cd793575a6fba to your computer and use it in GitHub Desktop.
func main() {
fmt.Println(segundosASegundosMinutosYHoras(10))
fmt.Println(segundosASegundosMinutosYHoras(100))
fmt.Println(segundosASegundosMinutosYHoras(1200))
fmt.Println(segundosASegundosMinutosYHoras(400))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment