Skip to content

Instantly share code, notes, and snippets.

@KhomDrake
Created March 21, 2022 00:22
Show Gist options
  • Save KhomDrake/addc2656b0eb27e3410b87e96fb20c2f to your computer and use it in GitHub Desktop.
Save KhomDrake/addc2656b0eb27e3410b87e96fb20c2f to your computer and use it in GitHub Desktop.
suspend fun setupMovies() {
val token = makeLogin("someValue", "someValue")
val movies = loadMovies(token)
printMovies(movies)
println("Terminou")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment