Skip to content

Instantly share code, notes, and snippets.

@soudmaijer
Created April 8, 2021 14:03
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 soudmaijer/e5308e3ffc3c1e29f770e1c99291f0b2 to your computer and use it in GitHub Desktop.
Save soudmaijer/e5308e3ffc3c1e29f770e1c99291f0b2 to your computer and use it in GitHub Desktop.
fun printLength(str: String?) {
val length: Int = str.length
print("$str length is $length")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment