Skip to content

Instantly share code, notes, and snippets.

@sagarpatel288
Created June 5, 2020 02:43
Show Gist options
  • Save sagarpatel288/61020db374fde2c00dbd53d5979cbaf3 to your computer and use it in GitHub Desktop.
Save sagarpatel288/61020db374fde2c00dbd53d5979cbaf3 to your computer and use it in GitHub Desktop.
A normal function
fun doSomething(name: String) {
println("Name from the method doSomething is: $name")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment