Skip to content

Instantly share code, notes, and snippets.

@birojow
Created May 13, 2024 20:06
Show Gist options
  • Save birojow/89a98460ce482d699d5d19717070acf8 to your computer and use it in GitHub Desktop.
Save birojow/89a98460ce482d699d5d19717070acf8 to your computer and use it in GitHub Desktop.
(String) -> Int // recebe uma String como parâmetro e retorna um Int
() -> Unit // não recebe parâmetro e não retorna nada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment