Skip to content

Instantly share code, notes, and snippets.

@vodamiro
Created April 11, 2019 14:07
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 vodamiro/a82dd9ef0fa30b72f319bc3db210c89e to your computer and use it in GitHub Desktop.
Save vodamiro/a82dd9ef0fa30b72f319bc3db210c89e to your computer and use it in GitHub Desktop.
S_A_Elvis.kt
val a: Int? = 10
val b: Int = 10
val sum = a ?: 0 + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment