Skip to content

Instantly share code, notes, and snippets.

@mochadwi
Last active June 23, 2021 16:10
Show Gist options
  • Save mochadwi/847e71d6bf0228c7c5dc8b8f067c4534 to your computer and use it in GitHub Desktop.
Save mochadwi/847e71d6bf0228c7c5dc8b8f067c4534 to your computer and use it in GitHub Desktop.
val number = try {
"123".toInt()
} catch(e: NumberFormatException) {
-1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment